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
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
# Check for updates to GitHub Actions every week
|
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: saturday
|
day: saturday
|
||||||
time: "07:00"
|
time: "07:00"
|
||||||
groups:
|
groups:
|
||||||
chore/dependabot/github:
|
github:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
@ -17,9 +16,9 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: saturday
|
day: saturday
|
||||||
time: "07:00"
|
time: "07:30"
|
||||||
groups:
|
groups:
|
||||||
chore/dependabot/golang:
|
golang:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
|
@ -28,8 +27,8 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: saturday
|
day: saturday
|
||||||
time: "07:00"
|
time: "08:00"
|
||||||
groups:
|
groups:
|
||||||
chore/dependabot/npm:
|
npm:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue