2
0
mirror of https://gitea.com/docker/login-action.git synced 2025-02-24 04:30:42 +07:00
docker-login/.github/dependabot.yml

19 lines
350 B
YAML
Raw Normal View History

2020-08-15 19:45:36 +07:00
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "bot"
2020-08-15 19:45:36 +07:00
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "production"
labels:
- "dependencies"
- "bot"