From 37dfa480d8df113d4debd4379bd74d19f234c211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Tue, 2 May 2023 22:46:20 +0200 Subject: [PATCH] Use dependabot to update GitHub actions Co-authored-by: Christian Clauss --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d4880e03 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + GitHub_Actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request