From dfe47fddb9364780fcfff47321a0eefe6864e380 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Mon, 8 Jul 2024 15:22:48 +0200 Subject: [PATCH] feat: add docker to dependabot Signed-off-by: Ludovic Ortega --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1ba7ff..abe3a3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,16 @@ updates: patch: update-types: - "patch" + # Maintain dependencies for docker + - package-ecosystem: docker + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + groups: + minor: + update-types: + - "minor" + patch: + update-types: + - "patch" \ No newline at end of file