From 463bfc9dfb4b4b25244ca405633d267c4661c226 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sun, 4 Aug 2024 13:55:36 +0200 Subject: [PATCH] chore: use dependabot to update actions --- .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..6c4b3695 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"