Skip to content

Commit

Permalink
Update renovate config (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Aug 20, 2024
1 parent 204308c commit 9650231
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@
"commitBodyTable": true,
"configMigration": true,
"extends": [
":dependencyDashboard",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
"config:recommended",
"docker:enableMajor",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"ignorePaths": [
"**/node_modules/**"
],
"ignorePresets": [
":ignoreModulesAndTests"
],
"labels": [
"dependencies"
],
Expand All @@ -41,5 +40,5 @@
"pre-commit": {
"enabled": true
},
"rebaseWhen": "auto"
"rebaseWhen": "behind-base-branch"
}

0 comments on commit 9650231

Please sign in to comment.