From 6a6410fe9eb889f6e605c9f73af2474ad17b05d5 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sat, 3 Aug 2024 23:55:32 +0200 Subject: [PATCH] Enable Dependabot for GitHub actions (#95) Co-authored-by: Trevor Hilton --- .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..c2caf6a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# See 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"