Skip to content

Commit

Permalink
Merge pull request #6 from lucienimmink/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
lucienimmink authored Oct 30, 2024
2 parents 999c347 + 43a4b9d commit 7eb1cc8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"extends": ["config:base"],
"extends": [
"config:recommended"
],
"rangeStrategy": "replace",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
Expand Down

0 comments on commit 7eb1cc8

Please sign in to comment.