Skip to content

Commit

Permalink
chore(renovate): use automerge preset and config simplification (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
pballandras authored Oct 31, 2024
1 parent 999b71e commit cf4c206
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": true,
"extends": [
"github>coveo/renovate-presets",
":semanticPrefixFixDepsChoreOthers",
"helpers:pinGitHubActionDigests",
"schedule:earlyMondays"
"schedule:earlyMondays",
"github>coveo/renovate-presets//auto-merge.json"
],
"packageRules": [
{
Expand All @@ -24,9 +24,7 @@
"description": "all our plugins and deps are not compatible with 9.x yet"
}
],
"rangeStrategy": "auto",
"lockFileMaintenance": {
"enabled": true
},
"automerge": true
}
}

0 comments on commit cf4c206

Please sign in to comment.