Add dependabot configuration

Closes: #1508
Change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
This commit is contained in:
Miguel Casqueira 2020-12-15 19:01:54 -05:00
parent bec98ddf50
commit 153655b523

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