Skip to content

Commit

Permalink
Fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 21, 2024
1 parent 52eacb1 commit 0f43027
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"description": "Accumulate non-major updates into one pull request",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": ">=1",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"description": "Accumulate non-major updates into one pull request",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": ">=1",
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 0f43027

Please sign in to comment.