From 2deb98e3c7415044f516a8d535d5300968118a00 Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Thu, 29 Jan 2026 15:37:17 -0500 Subject: [PATCH 1/2] Add dependabot configuration --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e35f678 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: "monthly" + cooldown: + default-days: 7 From 9db1a84268b4fff62e97215e4ca879054b0a94fc Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Thu, 29 Jan 2026 15:42:04 -0500 Subject: [PATCH 2/2] pre-commit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e35f678..d08ceeb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - package-ecosystem: github-actions - directory: "/" + directory: / schedule: - interval: "monthly" + interval: monthly cooldown: default-days: 7