Skip to content

Commit

Permalink
ci(dependabot): change non-dev updates to bugfix category (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
wreality authored Jun 20, 2022
1 parent 2c1241d commit 6cd8ff6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,37 @@ updates:
interval: daily
open-pull-requests-limit: 10
target-branch: master
commit-message:
prefix: "fix(api,deps)"
prefix-development: "build(api,deps)"
- package-ecosystem: npm
directory: "/client"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: "fix(client,deps)"
prefix-development: "build(client,deps)"
target-branch: master
ignore:
# Ignore quasar major version updates (requires Vue 3 upgrade)
- dependency-name: "quasar"
update-types: ["version-update:semver-major"]
- dependency-name: "@quasar/app"
update-types: ["version-update:semver-major"]
# Ignore chalk major version updates
- dependency-name: "chalk"
update-types: ["version-update:semver-major"]
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: master
prefix: "build(deps)"
- package-ecosystem: npm
directory: "/docs"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: master
prefix: "docs(deps)"
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: master
commit-message:
prefix: "build(deps)"

0 comments on commit 6cd8ff6

Please sign in to comment.