From cc932ff4c1d8240ae10be0ae8b854b0b2232d199 Mon Sep 17 00:00:00 2001 From: bbx0 <39773919+bbx0@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:37:19 +0100 Subject: [PATCH] Separate borg1 and borg2 --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9d1c0e..e2d1120 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,9 @@ updates: # Enable version updates for Docker - package-ecosystem: "docker" # Look for a `Dockerfile` in the `root` directory - directory: "/" + directories: + - "/borg1" + - "/borg2" # Check for updates once a week schedule: interval: "daily"