From dba131f6387784fa7386b86ae8b512c345072976 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 28 Oct 2024 20:28:28 +0100 Subject: [PATCH] feat(ci): add dependabot to keep GH Actions up to date Limit bot to update only monthly to avoid spam and save resources. Also group to one PR to limit PR spam. --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..0ea879ffc1 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +# 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: + - "*"