Skip to content

Commit

Permalink
Merge pull request #6 from enter-at/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
sleistner authored Jan 1, 2025
2 parents b279e77 + 871dc55 commit 8fd9e34
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}

0 comments on commit 8fd9e34

Please sign in to comment.