From cdda73aa701480225082b459f3bef86d44d74c40 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Thu, 19 Mar 2026 11:20:59 +0800 Subject: [PATCH] Run Dependabot on GitHub Actions --- .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..410f5b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Configures Dependabot to update packages used in GitHub Actions +# https://docs.github.com/en/code-security/how-tos/secure-your-supply-chain/secure-your-dependencies/keeping-your-actions-up-to-date-with-dependabot +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file