diff --git a/renovate.json b/renovate.json index bb2029b..1f1bea1 100644 --- a/renovate.json +++ b/renovate.json @@ -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": [