0
1
mirror of https://github.com/actions/checkout synced 2024-06-01 18:38:03 +02:00

Add dependabot config

This commit is contained in:
Cory Miller 2024-04-22 14:28:37 +00:00
parent 1d96c772d1
commit 5b79608a61

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]