chore(renovate): remove workaround

This commit is contained in:
Michael Kriese 2024-08-22 14:41:18 +02:00
parent a545bd260d
commit fbeec011ce
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -1,9 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"forgejo-contrib/forgejo-renovate//base.json",
"github>visualon/renovate-config//k3s.json"
],
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
"assignees": ["viceice"],
"baseBranches": ["main", "/^maint\\/.+/"],
"packageRules": [
@ -88,12 +85,6 @@
"matchUpdateTypes": ["major", "minor"],
"automerge": false
},
{
"description": "Workaround for k3s https://github.com/visualon/renovate-config/blob/main/k3s.json#L8 https://github.com/renovatebot/renovate/pull/30957",
"matchDatasources": ["github-releases"],
"matchPackageNames": ["k3s-io/k3s"],
"allowedVersions": "/.+/"
},
{
"description": "Use test scope for forgejo ci tests",
"matchFileNames": ["ci/*.yaml"],