From 6d176e270d9956402c6f460a80256f9bd4a4c745 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 1 Nov 2025 21:20:46 -0700 Subject: [PATCH 1/2] Dependabot configuration to update actions in workflows --- .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 000000000..d95a8317c --- /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 bcd49c247db5c360de1109d6dcb9020ad2650a17 Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 1 Nov 2025 22:56:08 -0700 Subject: [PATCH 2/2] Apply suggestion from @ScottBrenner --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d95a8317c..75e07eecb 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"