chore: fix schedule
This commit is contained in:
parent
8e4bdb3943
commit
14ef261b99
1 changed files with 5 additions and 1 deletions
|
@ -69,13 +69,17 @@
|
|||
"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…
Reference in a new issue