From 9c24fbeaad098070d385024df8daa94ede588ca6 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 20 Jul 2021 16:54:26 +0200 Subject: [PATCH] Set up Dependabot for GitHub actions and docker (#570) --- .github/dependabot.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 14030fd..5cbcee3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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