checkout/.github/dependabot.yml

21 lines
539 B
YAML
Raw Normal View History

2024-04-22 22:28:37 +08:00
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
2024-04-24 01:00:30 +08:00
groups:
minor-npm-dependencies:
# NPM: Only group minor and patch updates (we want to carefully review major updates)
update-types: [minor, patch]
2024-04-22 22:28:37 +08:00
- 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]