mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-26 03:18:24 +01:00
35 lines
679 B
YAML
35 lines
679 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
time: "12:00"
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
open-pull-requests-limit: 5
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
time: "12:00"
|
|
target-branch: "master"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
python-deps:
|
|
patterns:
|
|
- "*"
|
|
open-pull-requests-limit: 3
|