From 68d498197fe2ce177599af6e9a1e24cca3154356 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sat, 24 Jan 2026 18:52:17 +1100 Subject: [PATCH] fix(ci): fix dependabot config --- .github/dependabot.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ce784f..ef839c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,18 +1,20 @@ version: 2 -cooldown: - default-days: 5 updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' commit-message: prefix: 'chore' include: 'scope' + cooldown: + default-days: 5 - package-ecosystem: 'npm' directory: '/' schedule: - interval: 'daily' + interval: 'weekly' commit-message: prefix: 'chore' include: 'scope' + cooldown: + default-days: 5