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,
|
"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": [
|
||||||
|
|
Loading…
Reference in a new issue