- enable dependabot updates for GitHub Actions

This commit is contained in:
Mike Penz
2024-12-15 12:18:55 +01:00
parent aee48d0666
commit e1f913e30d
+4 -3
View File
@@ -1,10 +1,7 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'weekly'
groups:
@@ -18,3 +15,7 @@ updates:
- "prettier"
- "ts-jest"
- "typescript"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"