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 97838e6 commit d2a8d05Copy full SHA for d2a8d05
renovate.json
@@ -1,6 +1,22 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "enabled": true,
3
"extends": [
4
- "config:base"
5
- ]
6
-}
+ ":semanticPrefixFixDepsChoreOthers",
+ "schedule:earlyMondays"
+ ],
7
+ "packageRules": [
8
+ {
9
+ "matchPackagePatterns": [
10
+ "*"
11
12
+ "groupName": "all dependencies",
13
+ "groupSlug": "all"
14
+ }
15
16
+ "rangeStrategy": "auto",
17
+ "lockFileMaintenance": {
18
+ "enabled": true
19
+ },
20
+ "automerge": true,
21
+ "commitMessageSuffix": "J:CDX-227"
22
+}
0 commit comments