From 4bc62901b93b9a794dfd17ab1c7702ae716147be Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Thu, 8 Jan 2026 17:16:05 -0800 Subject: [PATCH 1/2] Add Dependabot configuration for GitHub Actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..d95a8317c9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + # Look for GitHub Actions workflows in the `root` directory + directory: "/" + # Check the for updates once a week + schedule: + interval: "weekly" From 01daad4c7763c030ce07662b329f8825dc51dd64 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Fri, 9 Jan 2026 14:28:41 -0800 Subject: [PATCH 2/2] Update .github/dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d95a8317c9..75e07eecb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,6 @@ updates: - package-ecosystem: "github-actions" # Look for GitHub Actions workflows in the `root` directory directory: "/" - # Check the for updates once a week + # Check for updates once a week schedule: interval: "weekly"