chore: fix schedule

This commit is contained in:
Michael Kriese 2024-04-24 00:14:42 +02:00
parent 8e4bdb3943
commit 14ef261b99
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -69,13 +69,17 @@
"dependencyDashboardApproval": true, "dependencyDashboardApproval": true,
"automerge": false "automerge": false
}, },
{ {
"description": "Use test scope for forgejo ci tests", "description": "Use test scope for forgejo ci tests",
"matchFileNames": ["ci/*.yml"], "matchFileNames": ["ci/*.yml"],
"additionalBranchPrefix": "ci-forgejo-", "additionalBranchPrefix": "ci-forgejo-",
"semanticCommitType": "ci", "semanticCommitType": "ci",
"semanticCommitScope": "forgejo" "semanticCommitScope": "forgejo"
},
{
"description": "Update only daily for forgejo ci tests",
"matchFileNames": ["ci/*.yml"],
"extends": ["schedule:daily"]
} }
], ],
"customManagers": [ "customManagers": [