Skip to content

Commit

Permalink
Merge pull request #169 from OSAlt/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
csg33k authored Oct 29, 2024
2 parents d75af09 + 9d2c7b2 commit baffd14
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
Expand Down

0 comments on commit baffd14

Please sign in to comment.