From 7ff69b5acbe67f1e16f427c9d0a34ba2c4b20b73 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 12 Oct 2024 22:44:36 +0200 Subject: [PATCH] feat: add dependabot for GH action update --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fa401ed7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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" + groups: + github-actions: + patterns: + - "*"