From: Michał Gołębiowski-Owczarek Date: Wed, 5 Jun 2024 22:00:32 +0000 (+0200) Subject: Build: Group dependabot PRs updating GitHub Actions X-Git-Tag: 4.0.0-beta.2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3cac1465b4b5539bb679a517fbb52e5419c1866e;p=jquery.git Build: Group dependabot PRs updating GitHub Actions We have monthly automatic dependabot PRs for GitHub Actions. Unfortunately, as of now we get a separate PR for every dependency which is a bit spammy compared to regular commits updating source. Thankfully, there's now a way to tell dependabot to submit a single PR per a defined group. This change defines a single group to have a single dependabot PR for all action updates. Closes gh-5503 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fff16c79..aa2f74565 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,10 @@ updates: directory: "/" schedule: interval: monthly + + # Group all dependabot version update PRs into one + groups: + github-actions: + applies-to: version-updates + patterns: + - "*"