mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
ci: dependabot back-off scheduled runs (#1042)
This commit is contained in:
parent
dc8ad9c813
commit
82ffd3645b
1 changed files with 5 additions and 6 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
@ -3,12 +3,11 @@ updates:
|
|||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every week
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "07:00"
|
||||
groups:
|
||||
chore/dependabot/github:
|
||||
github:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
|
@ -17,9 +16,9 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "07:00"
|
||||
time: "07:30"
|
||||
groups:
|
||||
chore/dependabot/golang:
|
||||
golang:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
|
@ -28,8 +27,8 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "07:00"
|
||||
time: "08:00"
|
||||
groups:
|
||||
chore/dependabot/npm:
|
||||
npm:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue