build: Update dependabot config
This commit is contained in:
parent
a691a7636f
commit
d1d6b26fb1
1 changed files with 11 additions and 2 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -1,13 +1,22 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "flutter"
|
||||
- package-ecosystem: "pub"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-name: "*"
|
||||
commit-message:
|
||||
prefix: "build: "
|
||||
include: "scope"
|
||||
open-pull-requests-limit: 3
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
directory: "/android"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
commit-message:
|
||||
prefix: "build: "
|
||||
include: "scope"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue