From 3c92216ea229f24f9f59f638a82ca26f6c0f19bc Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 11 Dec 2023 22:29:06 -0600 Subject: [PATCH] Add a Dependabot config to auto-update GitHub action versions (#2863) --- .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 00000000..2390d8c8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*"