Skip to content

chore(renovate): remove v1 config #7472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 2 additions & 30 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"baseBranches": ["main", "v1.29.x"],
"extends": [
"config:recommended",
":disableDependencyDashboard",
Expand All @@ -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",
Expand All @@ -60,7 +50,6 @@
"groupSlug": "root-all-minor-patch",
"matchFileNames": ["package.json"],
"matchUpdateTypes": ["minor", "patch"],
"matchBaseBranches": ["main"],
"matchPackageNames": [
"!react",
"!react-dom",
Expand All @@ -79,7 +68,6 @@
"groupName": "all non-major dependencies (examples, templates & patterns)",
"groupSlug": "examples-all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"matchBaseBranches": ["main"],
"matchPackageNames": ["*", "!/^@ui5//"]
},
{
Expand All @@ -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{/,}**"
Expand All @@ -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",
Expand Down
Loading