Skip to content

Commit 1216e90

Browse files
committed
chore(renovate): remove v1 config
1 parent 47919b8 commit 1216e90

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/renovate.json

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"baseBranches": ["main", "v1.29.x"],
3+
"baseBranches": ["main"],
44
"extends": [
55
"config:recommended",
66
":disableDependencyDashboard",
@@ -23,11 +23,6 @@
2323
"**/__fixtures__/**"
2424
],
2525
"packageRules": [
26-
{
27-
"matchBaseBranches": ["v1.29.x"],
28-
"matchPackageNames": ["*"],
29-
"enabled": false
30-
},
3126
{
3227
"groupName": "Rimraf",
3328
"extends": ["schedule:weekly"],
@@ -103,20 +98,6 @@
10398
"matchBaseBranches": ["main"],
10499
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
105100
},
106-
{
107-
"extends": ["schedule:weekly"],
108-
"description": "V1 UI5WC/R dependency updates",
109-
"matchBaseBranches": ["v1.29.x"],
110-
"groupName": "Legacy Branch Updates",
111-
"groupSlug": "legacy-branch-updates",
112-
"matchUpdateTypes": ["patch"],
113-
"semanticCommitType": "chore",
114-
"enabled": true,
115-
"matchSourceUrls": [
116-
"https://github.com/SAP/ui5-webcomponents{/,}**",
117-
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
118-
]
119-
},
120101
{
121102
"groupName": "Typescript",
122103
"description": "Typescript dependency update",

0 commit comments

Comments
 (0)