mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
Group all GitHub Actions updates into a single larger pull request (#6683)
Lots of individual upgrades are being ignored so unify them. * https://github.com/axios/axios/pulls?q=is%3Aopen+is%3Apr+author%3Aapp%2Fdependabot+label%3Agithub_actions * https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -2,5 +2,9 @@ version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*" # Group all Actions updates into a single larger pull request
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
||||
Reference in New Issue
Block a user