Skip to content

Commit

Permalink
Migrate config renovate.json (#22)
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 28, 2024
1 parent 0e85045 commit 7c0633e
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
{
"extends": [ "config:base" ],
"labels": [ "dependencies" ],
"schedule": [ "after 9am" ],
"packageRules": [ {
"matchUpdateTypes": [ "major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump" ],
"automerge": true
} ],
"ignorePaths": [ "example" ]
}
"extends": [
"config:recommended"
],
"labels": [
"dependencies"
],
"schedule": [
"after 9am"
],
"packageRules": [
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance",
"rollback",
"bump"
],
"automerge": true
}
],
"ignorePaths": [
"example"
]
}

0 comments on commit 7c0633e

Please sign in to comment.