mirror of http://gitea.com/actions/checkout
Update .github/dependabot.yml
This commit is contained in:
parent
5b79608a61
commit
9334466b5e
|
@ -6,6 +6,10 @@ updates:
|
|||
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:
|
||||
|
|
Loading…
Reference in New Issue