Skip to content

Commit

Permalink
chore(renovate): use automerge preset and config simplification (#268)
Browse files Browse the repository at this point in the history
* chore(renovate): use automerge preset and config simplification

https://coveord.atlassian.net/browse/cia-612

* fix preset extension
  • Loading branch information
pballandras authored Nov 1, 2024
1 parent d4d5931 commit a0d6e0d
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,10 +1,10 @@
{
"enabled": true,
"extends": [
"github>coveo/renovate-presets",
":semanticPrefixFixDepsChoreOthers",
"helpers:pinGitHubActionDigests",
"schedule:earlyMondays"
"schedule:earlyMondays",
"github>coveo/renovate-presets//auto-merge.json"
],
"packageRules": [
{
Expand All @@ -13,9 +13,7 @@
"groupSlug": "all"
}
],
"rangeStrategy": "auto",
"lockFileMaintenance": {
"enabled": true
},
"automerge": true
}
}

0 comments on commit a0d6e0d

Please sign in to comment.