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:
Kyle Sanderson 2023-08-03 15:04:32 -07:00 committed by GitHub
parent cb4c29d9f4
commit 58b294e3cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

35
.github/dependabot.yml vendored Normal file
View 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:
- "*"