We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955d9e0 commit 4b9ab63Copy full SHA for 4b9ab63
.github/renovate.json
@@ -1,11 +1,13 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base", ":preserveSemverRanges"],
+ "extends": ["config:base", "group:allNonMajor"],
4
"timezone": "Pacific/Auckland",
5
"labels": ["dependencies"],
6
+ "rangeStrategy": "bump",
7
"lockFileMaintenance": {
8
"enabled": true,
- "automerge": true
9
+ "automerge": true,
10
+ "schedule": ["on the first day of the month"]
11
},
12
"packageRules": [
13
0 commit comments