From bf2769ae927cdcb223be00a65e22ca24948d0336 Mon Sep 17 00:00:00 2001 From: Rickard Date: Sat, 3 Feb 2024 16:02:35 +0100 Subject: [PATCH] Added dependabot for Docker --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 616a1f98e..c49d85396 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,8 @@ updates: major: update-types: [major] minor-patch: - update-types: [minor, patch] \ No newline at end of file + update-types: [minor, patch] + - package-ecosystem: docker + directory: "/docker" + schedule: + interval: "weekly"