We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ac26d commit 9c1ec39Copy full SHA for 9c1ec39
1 file changed
renovate.json
@@ -0,0 +1,39 @@
1
+{
2
+ "extends": [
3
+ "config:recommended"
4
+ ],
5
+ "dependencyDashboard": false,
6
+ "schedule": [
7
+ "on the 15th day of the month before 12pm"
8
9
+ "timezone": "UTC",
10
+ "rebaseWhen": "conflicted",
11
+ "packageRules": [
12
+ {
13
+ "matchManagers": [
14
+ "github-actions"
15
16
+ "extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$"
17
+ },
18
19
+ "matchUpdateTypes": [
20
+ "minor",
21
+ "patch"
22
23
+ "automerge": true,
24
+ "groupName": "minor and patch updates"
25
26
27
28
+ "major"
29
30
+ "automerge": false
31
32
33
34
+ "digest"
35
36
37
+ }
38
+ ]
39
+}
0 commit comments