From 3cdd3af631c7092d01a623c782d6238f9a0cfc58 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Fri, 29 Sep 2023 09:26:16 +0200 Subject: [PATCH] chore: add dependabot for github actions (#1470) --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..44e3ff0 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + deps: + patterns: + - '*'