JavaAlgorithms/.github/dependabot.yml

19 lines
323 B
YAML
Raw Normal View History

2024-03-22 18:32:13 +08:00
---
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
2024-03-22 18:32:13 +08:00
- package-ecosystem: "github-actions"
directory: "/.github/workflows/"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
2024-03-22 18:32:13 +08:00
...