From cb015de125f15039c823b8be209c632aa436c76c Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Mon, 29 Jul 2024 17:26:03 +0200 Subject: [PATCH] chore(dependabot): track docker dependencies (#26) 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