mirror of
https://github.com/StevenBlack/hosts.git
synced 2025-03-14 10:36:53 +00:00
18 lines
345 B
YAML
18 lines
345 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: monthly
|
|
labels:
|
|
- dependencies
|
|
- github_actions
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
labels:
|
|
- dependencies
|
|
- python
|
|
versioning-strategy: lockfile-only
|