From fa5331a753865d84ec524d24a95eef46d38edbd3 Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Thu, 1 May 2025 13:10:30 +0100 Subject: [PATCH] Use Dependabot to manage updates to 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..4f2ea0f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# 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"