Set up Dependabot for GitHub actions and docker (#570)

This commit is contained in:
Matthieu MOREL
2021-07-20 16:54:26 +02:00
committed by GitHub
parent f6b38c33b7
commit 9c24fbeaad
+15 -4
View File
@@ -1,6 +1,17 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: /
schedule:
interval: daily
open-pull-requests-limit: 10