Skip to content

Commit

Permalink
ci: update dependabot commit msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Dec 6, 2021
1 parent 8c0f75e commit f88c16e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -9,6 +9,10 @@ updates:
directory: '/' # Location of package manifests
schedule:
interval: 'monthly'
commit-message:
prefix: 'chore'
prefix-development: 'chore'
include: 'scope'
labels:
- 'dependencies'
- ':gear: npm'
Expand All @@ -21,6 +25,10 @@ updates:
directory: '/packages/fs'
schedule:
interval: 'monthly'
commit-message:
prefix: 'fix(rxjs-node-fs)'
prefix-development: 'chore(rxjs-node-fs)'
include: 'scope'
labels:
- 'dependencies'
- ':gear: npm'
Expand All @@ -31,6 +39,10 @@ updates:
directory: '/packages/process'
schedule:
interval: 'monthly'
commit-message:
prefix: 'fix(rxjs-node-process)'
prefix-development: 'chore(rxjs-node-process)'
include: 'scope'
labels:
- 'dependencies'
- ':gear: npm'
Expand All @@ -41,6 +53,9 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
commit-message:
prefix: 'chore'
include: 'scope'
labels:
- 'dependencies'
- ':rocket: ci'

0 comments on commit f88c16e

Please sign in to comment.