From 109c0a1ddd91feb0ff3653d53405f38c9b671d0a Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 19 Mar 2024 07:10:19 -0700 Subject: [PATCH] configure depdendabot github actions version updates (#1923) --- .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: + - "*"