jquery / jquery-ui

The official jQuery user interface library.
https://jqueryui.com
Other
11.26k stars 5.32k forks source link

Build: Group dependabot PRs updating GitHub Actions #2267

Closed mgol closed 4 months ago

mgol commented 4 months ago

This is a backport of jquery/jquery#5503 to jQuery UI.

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.

Ref jquery/jquery#5503