From 14ef261b99b3034d940bf2a18b24ce258e5f1f01 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 24 Apr 2024 00:14:42 +0200 Subject: [PATCH] chore: fix schedule --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": [