mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
ci: back-off Dependabot to monthly due to spam (#1076)
ci: back-off Dependabot to monthly due to bugs
This commit is contained in:
parent
a6d789ee44
commit
c6c260ce31
1 changed files with 2 additions and 6 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -14,9 +14,7 @@ updates:
|
||||||
- package-ecosystem: gomod
|
- package-ecosystem: gomod
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
day: saturday
|
|
||||||
time: "07:30"
|
|
||||||
groups:
|
groups:
|
||||||
golang:
|
golang:
|
||||||
patterns:
|
patterns:
|
||||||
|
@ -25,9 +23,7 @@ updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /web
|
directory: /web
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: monthly
|
||||||
day: saturday
|
|
||||||
time: "08:00"
|
|
||||||
groups:
|
groups:
|
||||||
npm:
|
npm:
|
||||||
patterns:
|
patterns:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue