Merge pull request #58 from waja/dependabot

Adding dependabot config
This commit is contained in:
Fco. Javier Delgado del Hoyo 2021-11-08 23:09:16 +01:00 committed by GitHub
commit 03ee3a58fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "04:00"
target-branch: "master"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10