mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
77b8f2fb86
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>
11 lines
249 B
YAML
11 lines
249 B
YAML
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"
|