Merge pull request #472 from nschonni/setup-dependabot

chore: Add Dependabot for NPM and Actions
This commit is contained in:
Josh Gross
2025-01-28 16:36:48 -05:00
committed by GitHub

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'