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 249fbe3 commit 9897947Copy full SHA for 9897947
.github/renovate.json
@@ -86,6 +86,19 @@
86
"matchFileNames": ["package.json"],
87
"matchSourceUrlPrefixes": ["https://github.com/SAP/ui5-webcomponents"],
88
"semanticCommitType": "chore"
89
+ },
90
+ {
91
+ "description": "V1 UI5WC/R dependency updates",
92
+ "matchBaseBranches": ["v1.29.x"],
93
+ "groupName": "Legacy Branch Updates",
94
+ "groupSlug": "legacy-branch-updates",
95
+ "matchSourceUrlPrefixes": [
96
+ "https://github.com/SAP/ui5-webcomponents",
97
+ "https://github.com/SAP/ui5-webcomponents-react"
98
+ ],
99
+ "matchUpdateTypes": ["patch"],
100
+ "semanticCommitType": "chore",
101
+ "schedule": ["weekly"]
102
}
103
]
104
0 commit comments