mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 23:28:34 +00:00
dependabot: group aws-sdk and proxy-agent dependencies
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0a5a6d545f
commit
7124cda302
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -11,6 +11,13 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
groups:
|
||||||
|
aws-sdk-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*aws-sdk*"
|
||||||
|
proxy-agent-dependencies:
|
||||||
|
patterns:
|
||||||
|
- "*-proxy-agent"
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: "production"
|
- dependency-type: "production"
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue