Skip to content

Commit

Permalink
chore(config): migrate renovate config (#787)
Browse files Browse the repository at this point in the history
chore(config): migrate config renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 555c134 commit a5ab51d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin"],
"matchUpdateTypes": [
"minor",
"patch",
"pin"
],
"automerge": true
}
]
Expand Down

0 comments on commit a5ab51d

Please sign in to comment.