Skip to content

Commit

Permalink
Migrate renovate config (#67)
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 Dec 20, 2024
1 parent 2430418 commit d109d49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"labels": [
"dependencies",
Expand All @@ -10,7 +10,9 @@
"prConcurrentLimit": 2,
"packageRules": [
{
"matchUpdateTypes": ["minor"],
"matchUpdateTypes": [
"minor"
],
"prPriority": 5
}
]
Expand Down

0 comments on commit d109d49

Please sign in to comment.