From 086612a044b01f7016775435711b360c7771dbec Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Mon, 11 Aug 2025 04:55:16 +0200 Subject: [PATCH] fix: enable dependabot for Dockerfile (#2060) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index caea2801..9671fe04 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,9 @@ updates: include: scope open-pull-requests-limit: 2 target-branch: main + - package-ecosystem: docker + directories: + - / + - /cmd/proxy + schedule: + interval: weekly