From 3c12c9c5e2a8e858bd2eeadba6a66008455e0c57 Mon Sep 17 00:00:00 2001 From: Nathan Hunstad <159804189+nathanhunstad1@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:26:48 -0500 Subject: [PATCH 1/2] Create dependabot.yml Create default dependabot config --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..9b2f0b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + commit-message: + prefix: ci From fec054cdb3301794d9787928a40b9f9456f40883 Mon Sep 17 00:00:00 2001 From: Nathan Hunstad <159804189+nathanhunstad1@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:31:47 -0500 Subject: [PATCH 2/2] Update dependabot.yml Add cooldown. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b2f0b4..93f9ac2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,5 @@ updates: interval: weekly commit-message: prefix: ci + cooldown: + default-days: 7