From c8aed1b2f6be606b644d13ed9c1851ee4ea2ebea Mon Sep 17 00:00:00 2001 From: Sylhare Date: Tue, 10 Dec 2024 15:28:21 -0500 Subject: [PATCH] Create dependabot.yaml --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..22b91073d8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/.github" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"