add dependabot config for github actions

This commit is contained in:
2024-04-07 14:09:18 -05:00
parent fcaa955868
commit c199328e92
+7 -3
View File
@@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'