From 9a726da19a3a6b115ecabe5056b17d71ed584fe2 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 17 Jun 2024 18:31:06 -0500 Subject: [PATCH] Add a Dependabot config to auto-update GitHub action versions (#7318) Signed-off-by: Kurt McKee --- .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 00000000000..2390d8c809e --- /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: + - "*"