From 2de597ccb158a58c175f65ff3bd7f49060201f0f Mon Sep 17 00:00:00 2001 From: Florian Frantzen Date: Tue, 15 Oct 2024 17:52:52 +0200 Subject: [PATCH] Add dependabot config --- .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..d15c975e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*"