mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
76d7863270
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
22 lines
469 B
YAML
22 lines
469 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|
|
target-branch: development
|
|
reviewers:
|
|
- "pi-hole/core-maintainers"
|
|
- package-ecosystem: pip
|
|
directory: "/test"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "10:00"
|
|
open-pull-requests-limit: 10
|
|
target-branch: development
|
|
reviewers:
|
|
- "pi-hole/core-maintainers"
|