Skip to content

Commit e23d54e

Browse files
committed
ci: update renovate config
1 parent 925c4a9 commit e23d54e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

renovate.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,34 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"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+
"matchUpdateTypes": [
31+
"patch"
32+
]
33+
}
534
]
635
}

0 commit comments

Comments
 (0)