0
1
Fork 0

Add dependabot config

This commit is contained in:
Cory Miller 2024-04-22 14:28:37 +00:00
parent 1d96c772d1
commit 5b79608a61
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-actions-dependencies:
# GitHub Actions: Only group minor and patch updates (we want to carefully review major updates)
update-types: [minor, patch]