From 1fb246604dcf88111fc2235565e54fc11f0c4b09 Mon Sep 17 00:00:00 2001 From: Kurnianto Trilaksono Date: Wed, 25 Oct 2023 10:11:01 +0800 Subject: [PATCH] edit path --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ec3a4e17d..e9ad6363c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,19 +12,19 @@ updates: open-pull-requests-limit: 10 - package-ecosystem: gomod - directory: "kyaml/" + directory: "/kyaml" schedule: interval: "weekly" open-pull-requests-limit: 10 - package-ecosystem: gomod - directory: "cmd/config/" + directory: "/cmd/config" schedule: interval: "weekly" open-pull-requests-limit: 10 - package-ecosystem: gomod - directory: "api/" + directory: "/api" schedule: interval: "weekly" open-pull-requests-limit: 10