Skip to content

Commit

Permalink
Change Renovate rebasing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jul 11, 2024
1 parent 022ebb3 commit 539c77f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"extends": ["config:recommended"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
"versioning": "node"
}
]
],
"rebaseWhen": "never"
}

0 comments on commit 539c77f

Please sign in to comment.