Skip to content

Commit

Permalink
chore: update Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinnot committed Feb 4, 2021
1 parent 4078df7 commit da85a66
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
version: 2
updates:
- commit-message:
prefix: chore
- allow:
- dependency-type: direct
commit-message:
include: scope
directory: '/'
prefix: chore
directory: /
open-pull-requests-limit: 99
package-ecosystem: github-actions
reviewers:
- 'ridedott/platform'
schedule:
interval: daily
- allow:
- dependency-type: direct
commit-message:
prefix: chore
include: scope
directory: '/'
prefix: chore
directory: /
open-pull-requests-limit: 99
package-ecosystem: npm
reviewers:
- 'ridedott/platform'
schedule:
interval: daily
versioning-strategy: increase
version: 2

0 comments on commit da85a66

Please sign in to comment.