Skip to content

Commit

Permalink
ci(dependabot): fix errors in dependabot config (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
wreality authored Jun 20, 2022
1 parent 6cd8ff6 commit f347b74
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,25 @@ updates:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: "fix(client,deps)"
prefix-development: "build(client,deps)"
prefix: "fix(app,deps)"
prefix-development: "build(app,deps)"
target-branch: master
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: master
prefix: "build(deps)"
commit-message:
prefix: "build(deps)"
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: master
prefix: "docs(deps)"
commit-message:
prefix: "docs(deps)"
- package-ecosystem: composer
directory: "/"
schedule:
Expand Down

0 comments on commit f347b74

Please sign in to comment.