From ca9f8f7dc67cc26fc2d7d71f6c3a893858fa0130 Mon Sep 17 00:00:00 2001 From: Michael Tautschnig Date: Mon, 18 Dec 2023 12:08:27 +0000 Subject: [PATCH] Enable dependabot to update GitHub actions Dependabot will issue PRs when new releases of GitHub actions are available. --- .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 00000000000..18d711f6262 --- /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: "weekly"