From d97e6a3c6acd9e759ca9cb3c808a49e4a05ba755 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Wed, 17 Jul 2024 08:48:51 +0000 Subject: [PATCH] Add Dependabot for GitHub action updates This will help keep up-to-date any actions that we use. --- .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..2ce91a6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"