Setup dependabot for github-actions

This commit is contained in:
Fedor Indutny
2025-10-15 10:30:27 -07:00
committed by GitHub
parent 6ec7272d4e
commit 42f7bfe34e

View File

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