mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
24 lines
500 B
YAML
24 lines
500 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "maven"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "06:00"
|
|
timezone: "UTC"
|
|
groups:
|
|
all: # one PR for all dependencies
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/" # even for `.github/workflows`
|
|
schedule:
|
|
interval: "monthly"
|
|
groups:
|
|
all: # one PR for all actions
|
|
patterns:
|
|
- "*"
|
|
labels:
|
|
- "misc:ci" |