From 1384e228dcf2541fca50bc14a4c100c920a46ca1 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sun, 16 Feb 2025 12:46:06 -0500 Subject: [PATCH] Set up Dependabot to bump external GitHub Actions commit hashes --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c795c45 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + groups: + # Group all GitHub Actions PRs into a single PR: + all-github-actions: + patterns: + - "*" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 100 + labels: + - "dependencies" + - "github-actions"