0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-10-09 16:21:56 +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

20
.github/package.yml vendored Normal file
View file

@ -0,0 +1,20 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "npm/actions"
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: "github/actions"
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]