mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
Make dependabot updates less frequent
This commit is contained in:
committed by
GitHub
parent
51556437f6
commit
9921c94153
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -6,7 +6,7 @@ updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/ui"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
commit-message:
|
||||
prefix: "ui (npm)"
|
||||
labels:
|
||||
@@ -17,7 +17,7 @@ updates:
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
commit-message:
|
||||
prefix: "api (gomod)"
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user