From 3b149db4a7f7f92e30b500ed7774432bab6f6c30 Mon Sep 17 00:00:00 2001 From: Urothis Date: Sat, 5 Oct 2024 19:20:49 -0500 Subject: [PATCH] Init dependabot for gha --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..c6ae2ecea52 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + assignees: + - "daz" + - "urothis" + directory: "/" + schedule: + interval: "daily" + groups: + actions: + patterns: + - "*"