0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-10-10 00:31:55 +03:00

Update and rename dependabot.yml to package.yml

This commit is contained in:
andreanadr 2025-10-06 13:23:07 +07:00 committed by GitHub
parent 3944fcf21d
commit ca13ff4aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +0,0 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-npm-dependencies:
# NPM: Only group minor and patch updates (we want to carefully review major updates)
update-types: [minor, patch]
- 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]