Merge pull request #1551 from balena-io/1508-add-dependabot-config

Add dependabot configuration
This commit is contained in:
bulldozer-balena[bot] 2020-12-16 01:05:09 +00:00 committed by GitHub
commit a9197163fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "12:00"
open-pull-requests-limit: 10
commit-message:
prefix: patch
rebase-strategy: disabled