chore(renovate): fix config

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

View file

@ -76,16 +76,24 @@
},
{
"description": "Separate minor and patch updates for k3s",
"matchDatasources": ["github-releases"],
"matchPackageNames": ["k3s-io/k3s"],
"separateMultipleMinor": true,
"separateMinorPatch": true
},
{
"description": "Require approval and no automerge for k3s major and minor updates",
"description": "No automerge for k3s major and minor updates",
"matchDatasources": ["github-releases"],
"matchPackageNames": ["k3s-io/k3s"],
"matchUpdateTypes": ["major", "minor"],
"dependencyDashboardApproval": true,
"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"],
@ -139,6 +147,6 @@
}
],
"helm-values": {
"fileMatch": ["^ci/.+\\.ya?ml$"]
"fileMatch": ["^ci/.+\\.yaml$"]
}
}