dependabot daily -> weekly, may want to customize commit-message
This commit is contained in:
parent
70b5182bed
commit
c09d20766c
1 changed files with 15 additions and 2 deletions
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
|
|
@ -8,8 +8,21 @@ updates:
|
|||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
# commit-message:
|
||||
# prefix: "npm"
|
||||
# include: "scope"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
# commit-message:
|
||||
# prefix: "docker"
|
||||
# include: "scope"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# commit-message:
|
||||
# prefix: "github-actions"
|
||||
# include: "scope"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue