mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 08:19:12 +00:00
30 lines
500 B
YAML
30 lines
500 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: saturday
|
|
time: "07:00"
|
|
groups:
|
|
github:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: gomod
|
|
directory: /
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
golang:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: npm
|
|
directory: /web
|
|
schedule:
|
|
interval: monthly
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|