From e01f8c0bf8b394d16670f6a7e6b19a3f185a125e Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 12 Dec 2025 06:41:27 +0000 Subject: [PATCH 1/2] [dependabot.yml] Enable for github actions - Reduce frequency of npm updates from daily to weekly --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a728964..9ed49c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,15 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7 - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" cooldown: default-days: 7 ignore: From 346abb3d50f86621f5fd72d8a40c1e9f4d1fc275 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 12 Dec 2025 11:14:18 -0800 Subject: [PATCH 2/2] Remove cooldown for github-actions --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ed49c5..82c6b61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" - cooldown: - default-days: 7 - package-ecosystem: "npm" directory: "/" schedule: