Skip to content

Commit

Permalink
Merge pull request #183 from karlderkaefer/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
karlderkaefer authored Jan 4, 2025
2 parents 830f4c3 + 8c25ffd commit 2f522dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"^github.com/google/go-github/"
],
"matchUpdateTypes": [
"major"
],
"automerge": true
"automerge": true,
"matchPackageNames": [
"/^github.com/google/go-github//"
]
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 2f522dc

Please sign in to comment.