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:
parent
3944fcf21d
commit
ca13ff4aff
1 changed files with 2 additions and 2 deletions
20
.github/package.yml
vendored
Normal file
20
.github/package.yml
vendored
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue