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 925c4a9 commit e23d54eCopy full SHA for e23d54e
renovate.json
@@ -2,5 +2,34 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:base"
5
+ ],
6
+ "baseBranches": [
7
+ "alpha"
8
9
+ "stabilityDays": 4,
10
+ "rebaseWhen": "behind-base-branch",
11
+ "packageRules": [
12
+ {
13
+ "matchPackageNames": [
14
+ "python"
15
16
+ "matchUpdateTypes": [
17
+ "major",
18
+ "minor"
19
20
+ "enabled": false
21
+ },
22
23
+ "groupName": "all patch dependencies",
24
+ "groupSlug": "all-patch-patch",
25
+ "automerge": true,
26
+ "schedule": "after 7am every weekday",
27
+ "matchPackagePatterns": [
28
+ "*"
29
30
31
+ "patch"
32
+ ]
33
+ }
34
]
35
}
0 commit comments