Add: docker & gh-actions to dependabot

This commit is contained in:
GoliathLabs 2021-12-11 14:28:11 +01:00
parent e7fcbd70ad
commit aec8452266
No known key found for this signature in database
GPG Key ID: 37F7BDC266B5BAB8

View File

@ -1,3 +1,5 @@
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
version: 2
updates:
- package-ecosystem: gomod
@ -6,3 +8,17 @@ updates:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10