Add dependabot

This commit is contained in:
Brandon Foley 2024-09-05 17:08:19 -04:00
parent df58fb461e
commit 9d200da279
No known key found for this signature in database
GPG Key ID: F9A7699A53F6157E

18
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: weekly
groups:
actions:
patterns:
- '*'