mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
ci: enable dependabot (#1028)
* Create dependabot.yml * flip day + time * add gomod * pnpm web * huzzah - the walrus is here * lines lines lines * do you want to climb a mountain * singing spock * I'M IN SPACE * what's a little / among friends
This commit is contained in:
parent
cb4c29d9f4
commit
58b294e3cf
1 changed files with 35 additions and 0 deletions
35
.github/dependabot.yml
vendored
Normal file
35
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
version: 2
|
||||
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:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: gomod
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "07:00"
|
||||
groups:
|
||||
chore/dependabot/golang:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: npm
|
||||
directory: /web
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: saturday
|
||||
time: "07:00"
|
||||
groups:
|
||||
chore/dependabot/npm:
|
||||
patterns:
|
||||
- "*"
|
Loading…
Add table
Add a link
Reference in a new issue