Skip to content

Commit

Permalink
chore(deps): treat lockFileMaintenance like a minor update
Browse files Browse the repository at this point in the history
Let's try this here before trying it in scratch-renovate-config...
  • Loading branch information
cwillisf committed Apr 3, 2023
1 parent 7f7b392 commit 2654d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@

"extends": [
"github>LLK/scratch-renovate-config"
],

"packageRules": [
{
// enable auto-merge for non-major updates of all packages which use semver
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"automerge": true,
"rebaseWhen": "behind-base-branch"
}
]
}

0 comments on commit 2654d45

Please sign in to comment.