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:
parent
b1b33d7386
commit
7ee439fa7f
3 changed files with 67 additions and 0 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue