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 d7a3051 commit 18f92f9Copy full SHA for 18f92f9
renovate.json
@@ -0,0 +1,17 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "schedule": ["before 5am on the first day of the month"],
5
+ "packageRules": [
6
+ {
7
+ "matchUpdateTypes": ["minor", "patch"],
8
+ "groupName": "dependencies (minor, patch)",
9
+ "groupSlug": "minor-patch-dependency-updates"
10
+ },
11
12
+ "matchUpdateTypes": ["major"],
13
+ "groupName": "dependencies",
14
+ "groupSlug": "dependency-upgrades"
15
+ }
16
+ ]
17
+}
0 commit comments