Skip to content

Commit

Permalink
chore: sync dependabot.yml (#375)
Browse files Browse the repository at this point in the history
* chore: sync dependabot.yml [skip-validate-pr] [skip ci]

Authored via Leif

* chore: sync dependabot.yml [skip-validate-pr] [skip ci]

Authored via Leif
  • Loading branch information
SF-CLI-BOT authored Sep 14, 2022
1 parent f62cf7b commit 0e3d85b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'monthly'
interval: 'weekly'
day: 'saturday'
versioning-strategy: 'increase'
labels:
- 'dependencies'
open-pull-requests-limit: 100
open-pull-requests-limit: 5
pull-request-branch-name:
separator: '-'
commit-message:
# cause a release for non-dev-deps
prefix: fix(deps)
# no release for dev-deps
prefix-development: chore(dev-deps)
ignore:
- dependency-name: 'typescript'
- dependency-name: 'sinon'
- dependency-name: 'string-ansi'
- dependency-name: '*'
update-types: ['version-update:semver-major']

0 comments on commit 0e3d85b

Please sign in to comment.