From cd75adfb715d4c7b7f1a9635327b57204513c20c Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Thu, 25 Jan 2024 21:10:38 +0100 Subject: [PATCH] Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#11880) --- .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 0000000000..d97e315781 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"