From 596b28224b36a72b7f32808d2c00e85ba5446533 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Tue, 18 Jun 2024 10:46:26 -0500 Subject: [PATCH] ci: Add a Dependabot config to auto-update GitHub action versions (#3437) --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..2390d8c80 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*"