mirror of
https://github.com/kopia/kopia.git
synced 2026-03-06 07:17:56 -05:00
17 lines
349 B
YAML
17 lines
349 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: gomod
|
|
directory: "/"
|
|
open-pull-requests-limit: 5
|
|
schedule:
|
|
interval: daily
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
open-pull-requests-limit: 3
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: npm
|
|
directory: "/app"
|
|
schedule:
|
|
interval: monthly
|