mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-15 07:26:03 +00:00
42 lines
877 B
YAML
42 lines
877 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "10:00"
|
|
target-branch: master
|
|
open-pull-requests-limit: 10
|
|
versioning-strategy: increase
|
|
groups:
|
|
npm-dependencies:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: pip
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "10:00"
|
|
target-branch: master
|
|
open-pull-requests-limit: 10
|
|
allow:
|
|
- dependency-type: direct
|
|
- dependency-type: indirect
|
|
groups:
|
|
pip-dependencies:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "10:00"
|
|
groups:
|
|
github_action-dependencies:
|
|
patterns:
|
|
- "*"
|
|
target-branch: master
|