mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
30 lines
No EOL
552 B
YAML
30 lines
No EOL
552 B
YAML
version: 2
|
|
|
|
multi-ecosystem-groups:
|
|
dependencies:
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "09:00"
|
|
timezone: "Europe/Berlin"
|
|
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
patterns:
|
|
- "*"
|
|
multi-ecosystem-group: "dependencies"
|
|
labels:
|
|
- "dependencies"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
patterns:
|
|
- "*"
|
|
multi-ecosystem-group: "dependencies"
|
|
labels:
|
|
- "dependencies"
|
|
groups:
|
|
actions-deps:
|
|
patterns:
|
|
- "*" |