Skip to content

Commit 9782807

Browse files
authored
Merge pull request #8053 from nextcloud/chore/deps/renovate-main
chore(deps): Enable renovate bumps on main
2 parents 2eea823 + bfc7359 commit 9782807

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

renovate.json

+11-12
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
],
88
"timezone": "Europe/Vienna",
99
"schedule": [
10-
"before 5am every weekday"
10+
"before 5am on wednesday"
1111
],
1212
"reviewers": [
13-
"@ChristophWurst"
13+
"@ChristophWurst",
14+
"@GretaD"
1415
],
1516
"labels": [
1617
"dependencies"
@@ -19,7 +20,8 @@
1920
"rebaseWhen": "conflicted",
2021
"ignoreUnstable": false,
2122
"baseBranches": [
22-
"stable2.1",
23+
"main",
24+
"stable2.2",
2325
"stable1.15"
2426
],
2527
"enabledManagers": [
@@ -33,15 +35,12 @@
3335
"packageRules": [
3436
{
3537
"enabled": false,
36-
"groupName": "everything",
37-
"matchManagers": [
38-
"composer",
39-
"npm"
40-
],
41-
"matchPackagePatterns": [
42-
"*"
43-
],
44-
"separateMajorMinor": false
38+
"matchBaseBranches": "stable(.)+"
39+
},
40+
{
41+
"matchBaseBranches": ["main"],
42+
"matchDepTypes": ["devDependencies"],
43+
"extends": ["schedule:monthly"]
4544
}
4645
],
4746
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)