mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 10:58:44 +00:00
chore: configure 3 days cooldown for dependabot
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -5,18 +5,24 @@ updates:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user