chore(renovate): remove workaround
This commit is contained in:
parent
a545bd260d
commit
fbeec011ce
1 changed files with 1 additions and 10 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue