chore(renovate): add base branches

This commit is contained in:
Michael Kriese 2024-07-04 09:01:07 +02:00
parent 2a643d2136
commit c38acaff81
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -15,6 +15,13 @@
"docker:pinDigests", "docker:pinDigests",
"helpers:pinGitHubActionDigests" "helpers:pinGitHubActionDigests"
], ],
"baseBranches": [
"$default",
"/^v7\\.\\d+/forgejo$",
"/^v8\\.\\d+/forgejo$",
"/^v9\\.\\d+/forgejo$",
"/^v\\d\\d+\\.\\d+\\/forgejo$"
],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"automergeStrategy": "merge-commit", "automergeStrategy": "merge-commit",
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"], "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths", "npmDedupe"],
@ -56,9 +63,7 @@
}, },
{ {
"description": "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags", "description": "elasticsearch CI images are published about once a month and do not use semantic versioning or short tags",
"matchDepNames": [ "matchDepNames": ["elasticsearch"],
"elasticsearch"
],
"extends": ["schedule:quarterly"] "extends": ["schedule:quarterly"]
}, },
{ {
@ -176,6 +181,11 @@
"description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9", "description": "disallow `eslint-plugin-no-use-extend-native` v0.6.0+, requires eslint v9",
"matchDepNames": ["eslint-plugin-no-use-extend-native"], "matchDepNames": ["eslint-plugin-no-use-extend-native"],
"allowedVersions": "<0.6.0" "allowedVersions": "<0.6.0"
},
{
"description": "Require approval for stable branches (must be last rule to override all others)",
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
"dependencyDashboardApproval": true
} }
], ],
"customManagers": [ "customManagers": [