mirror of
https://github.com/actions/checkout.git
synced 2025-10-09 08:11: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
4
.github/dependabot.yml → .github/package.yml
vendored
4
.github/dependabot.yml → .github/package.yml
vendored
|
@ -3,7 +3,7 @@ version: 2
|
|||
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
directory: "npm/actions"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
|
@ -11,7 +11,7 @@ updates:
|
|||
# NPM: Only group minor and patch updates (we want to carefully review major updates)
|
||||
update-types: [minor, patch]
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
directory: "github/actions"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
Loading…
Add table
Add a link
Reference in a new issue