From f3ec6374cd28839720e9f3fc8c60f9566704185e Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 7 Oct 2024 15:07:41 -0400 Subject: [PATCH] ci: use dependabot to update GHA dep (#39) --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..673d0a5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 + +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'monthly' + open-pull-requests-limit: 10 + commit-message: + prefix: 'chore' + groups: + # Any updates not caught by the group config will get individual PRs + gha-low-risk: + update-types: + - 'minor' + - 'patch'