mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 19:08:41 +00:00
30 lines
555 B
YAML
30 lines
555 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
cooldown:
|
|
default-days: 3
|
|
|
|
- package-ecosystem: "gitsubmodule"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
cooldown:
|
|
default-days: 3
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "src/ModManUi"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
cooldown:
|
|
default-days: 3
|
|
groups:
|
|
modman-dependencies:
|
|
patterns:
|
|
- "*"
|