From 4a6f3995fdccd10bf9d37e4cddcb8df1b69c1d65 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Thu, 28 May 2026 09:33:48 -0400 Subject: [PATCH] Use dependabot to auto-update GitHub Actions versions https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/configuring-dependabot-version-updates https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f2029707 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "quarterly"