chore: Add Dependabot for NPM and Actions

This commit is contained in:
Nick Schonning
2024-06-03 18:13:31 -04:00
parent 60a0d83039
commit adc04e7dd8

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

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'