mirror of https://github.com/actions/checkout.git
Update and rename dependabot.yml to package.yml
This commit is contained in:
parent
3944fcf21d
commit
ca13ff4aff
|
@ -3,7 +3,7 @@ version: 2
|
||||||
|
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "npm/actions"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
groups:
|
groups:
|
||||||
|
@ -11,7 +11,7 @@ updates:
|
||||||
# NPM: Only group minor and patch updates (we want to carefully review major updates)
|
# NPM: Only group minor and patch updates (we want to carefully review major updates)
|
||||||
update-types: [minor, patch]
|
update-types: [minor, patch]
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "github/actions"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
groups:
|
groups:
|
Loading…
Reference in New Issue