This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
login-action/.github/dependabot.yml
2025-06-05 13:08:13 +08:00

27 lines
546 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "bot"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
versioning-strategy: "increase"
groups:
aws-sdk-dependencies:
patterns:
- "*aws-sdk*"
proxy-agent-dependencies:
patterns:
- "*-proxy-agent"
allow:
- dependency-type: "production"
labels:
- "dependencies"
- "bot"