From e16109e88ea9d455b9b2074ab6bf9d591257746e Mon Sep 17 00:00:00 2001 From: Jordan <143551418+j-s-ashley@users.noreply.github.com> Date: Thu, 8 Aug 2024 13:57:10 -0400 Subject: [PATCH] Update GitHub Actions with dependabot (#50) * Update GitHub Actions with dependabot * Group dependabot PRs and only update monthly Co-authored-by: Matthew Feickert --------- Co-authored-by: Matthew Feickert --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ef83664 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: +# Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*" + labels: + - "github-actions"