aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-06-06 00:00:32 +0200
committerGitHub <noreply@github.com>2024-06-06 00:00:32 +0200
commit3cac1465b4b5539bb679a517fbb52e5419c1866e (patch)
tree3b0d2fefba5641b2f868bf4a93de3f474accf175
parent071f6dba6bd1d8db3f36ce4694aab5ff437b9e36 (diff)
downloadjquery-3cac1465b4b5539bb679a517fbb52e5419c1866e.tar.gz
jquery-3cac1465b4b5539bb679a517fbb52e5419c1866e.zip
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
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
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:
+ - "*"