test: validate forgejo v7 and v8 test images on ci (#436)

Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/436
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Michael Kriese 2024-04-23 22:46:36 +00:00 committed by Michael Kriese
parent b1b33d7386
commit 7ee439fa7f
3 changed files with 67 additions and 0 deletions

View file

@ -52,6 +52,11 @@
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"description": "Automerge digest updates",
"matchUpdateTypes": ["digest"],
"automerge": true
},
{
"description": "Separate minor and patch updates for kindest",
"matchPackageNames": ["kindest/node"],
@ -63,6 +68,18 @@
"matchUpdateTypes": ["major", "minor"],
"dependencyDashboardApproval": true,
"automerge": false
},
{
"description": "Use test scope for forgejo ci tests",
"matchFileNames": ["ci/*.yml"],
"additionalBranchPrefix": "ci-forgejo-",
"semanticCommitType": "ci",
"semanticCommitScope": "forgejo"
},
{
"description": "Update only daily for forgejo ci tests",
"matchFileNames": ["ci/*.yml"],
"extends": ["schedule:daily"]
}
],
"customManagers": [