Merge pull request #5852 from pangeachat/chore/enable-dependabot
Enable Dependabot security updates
This commit is contained in:
commit
42dd2ab693
1 changed files with 13 additions and 23 deletions
36
.github/dependabot.yml
vendored
36
.github/dependabot.yml
vendored
|
|
@ -1,23 +1,13 @@
|
|||
# version: 2
|
||||
# updates:
|
||||
# - package-ecosystem: "pub"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
# allow:
|
||||
# - dependency-name: "*"
|
||||
# commit-message:
|
||||
# prefix: "build: "
|
||||
# include: "scope"
|
||||
# assignees:
|
||||
# - "krille-chan"
|
||||
# open-pull-requests-limit: 5
|
||||
# - package-ecosystem: "github-actions"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
# allow:
|
||||
# - dependency-name: "*"
|
||||
# commit-message:
|
||||
# prefix: "build: "
|
||||
# include: "scope"
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pub"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 5
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue