diff --git a/.github/renovate.json b/.github/renovate.json index 36d80b776d5..c30902797e3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranches": ["main", "v1.29.x"], "extends": [ "config:recommended", ":disableDependencyDashboard", @@ -23,34 +22,25 @@ "**/__fixtures__/**" ], "packageRules": [ - { - "matchBaseBranches": ["v1.29.x"], - "matchPackageNames": ["*"], - "enabled": false - }, { "groupName": "Rimraf", "extends": ["schedule:weekly"], "matchPackageNames": ["rimraf"], - "semanticCommitType": "chore", - "matchBaseBranches": ["main"] + "semanticCommitType": "chore" }, { "groupName": "UI5 Web Components", - "matchBaseBranches": ["main"], "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] }, { "groupName": "vite & plugins", - "matchBaseBranches": ["main"], "matchPackageNames": ["/vite/", "!@storybook/react-vite"] }, { "extends": ["schedule:weekly"], "groupName": "storybook monorepo", "matchSourceUrls": ["https://github.com/storybookjs/storybook"], - "semanticCommitType": "chore", - "matchBaseBranches": ["main"] + "semanticCommitType": "chore" }, { "description": "root package dependencies", @@ -60,7 +50,6 @@ "groupSlug": "root-all-minor-patch", "matchFileNames": ["package.json"], "matchUpdateTypes": ["minor", "patch"], - "matchBaseBranches": ["main"], "matchPackageNames": [ "!react", "!react-dom", @@ -79,7 +68,6 @@ "groupName": "all non-major dependencies (examples, templates & patterns)", "groupSlug": "examples-all-minor-patch", "matchUpdateTypes": ["minor", "patch"], - "matchBaseBranches": ["main"], "matchPackageNames": ["*", "!/^@ui5//"] }, { @@ -88,7 +76,6 @@ "groupSlug": "examples-ui5-webcomponents-react", "matchFileNames": ["examples/**", "templates/**", "patterns/**"], "semanticCommitType": "chore", - "matchBaseBranches": ["main"], "matchSourceUrls": [ "https://github.com/SAP/ui5-webcomponents{/,}**", "https://github.com/SAP/ui5-webcomponents-react{/,}**" @@ -100,23 +87,8 @@ "groupSlug": "root-ui5-webcomponents", "matchFileNames": ["package.json"], "semanticCommitType": "chore", - "matchBaseBranches": ["main"], "matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"] }, - { - "extends": ["schedule:weekly"], - "description": "V1 UI5WC/R dependency updates", - "matchBaseBranches": ["v1.29.x"], - "groupName": "Legacy Branch Updates", - "groupSlug": "legacy-branch-updates", - "matchUpdateTypes": ["patch"], - "semanticCommitType": "chore", - "enabled": true, - "matchSourceUrls": [ - "https://github.com/SAP/ui5-webcomponents{/,}**", - "https://github.com/SAP/ui5-webcomponents-react{/,}**" - ] - }, { "groupName": "Typescript", "description": "Typescript dependency update",