Skip to content

Commit

Permalink
Merge pull request #25 from catalandres:feature/dependabot-update
Browse files Browse the repository at this point in the history
chore: update dependabot
  • Loading branch information
catalandres authored Jan 11, 2024
2 parents 4db34c0 + 07ab190 commit a279e98
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
interval: 'weekly'
day: 'friday'
target-branch: 'dev'
versioning-strategy: 'increase'
labels:
- 'dependencies'
open-pull-requests-limit: 5
- 'npm'
open-pull-requests-limit: 10
pull-request-branch-name:
separator: '-'
separator: '/'
commit-message:
# cause a release for non-dev-deps
prefix: fix(deps)
Expand All @@ -20,6 +23,6 @@ updates:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
npm:
npm-dependencies:
patterns:
- "*"
- '*'

0 comments on commit a279e98

Please sign in to comment.