build: Update dependabot config
This commit is contained in:
parent
70f0a7cff0
commit
223f036515
1 changed files with 5 additions and 6 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -1,14 +1,13 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "pub"
|
||||
- package-ecosystem: "flutter"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-name: "*"
|
||||
commit-message:
|
||||
prefix: "build: "
|
||||
include: "scope"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue