Skip to content

Commit

Permalink
Merge pull request #677 from usefulness/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
mateuszkwiecinski authored Oct 30, 2024
2 parents 0e4a590 + da9bd2b commit 8c4617c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
"mateuszkwiecinski"
],
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
Expand Down

0 comments on commit 8c4617c

Please sign in to comment.