Files
proxy-scraper-checker/.github/dependabot.yml
T
2024-02-01 14:15:47 +03:00

25 lines
462 B
YAML

version: 2
updates:
- package-ecosystem: docker
directory: /
schedule:
interval: daily
time: "02:30"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "02:30"
- package-ecosystem: pip
directory: /
schedule:
interval: daily
time: "02:30"
groups:
pip-semver-minor:
patterns:
- "*"
update-types:
- minor
- patch