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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["forgejo-contrib/forgejo-renovate//base.json"],
|
||||||
"forgejo-contrib/forgejo-renovate//base.json",
|
|
||||||
"github>visualon/renovate-config//k3s.json"
|
|
||||||
],
|
|
||||||
"assignees": ["viceice"],
|
"assignees": ["viceice"],
|
||||||
"baseBranches": ["main", "/^maint\\/.+/"],
|
"baseBranches": ["main", "/^maint\\/.+/"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
@ -88,12 +85,6 @@
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"automerge": false
|
"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",
|
"description": "Use test scope for forgejo ci tests",
|
||||||
"matchFileNames": ["ci/*.yaml"],
|
"matchFileNames": ["ci/*.yaml"],
|
||||||
|
|
Loading…
Reference in a new issue