Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 2, 2024
1 parent 41d3fab commit 81f078e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies"
],
"labels": ["dependencies"],
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin"],
"matchUpdateTypes": [
"minor",
"patch",
"pin"
],
"automerge": true
}
]
Expand Down

0 comments on commit 81f078e

Please sign in to comment.