Enable dependabot version upgrades

This commit is contained in:
Daz DeBoer 2023-02-20 15:15:40 -07:00
parent 6a97dac3d4
commit 3f78f4ad31
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D

13
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@types/node"