From 9176dddca0ce93d7c17986de96bd3866100b2ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Mon, 5 Dec 2022 19:10:21 +0100 Subject: [PATCH] chore: remove quotes from dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e6517e9ab..2533b03706 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,13 @@ version: 2 updates: - package-ecosystem: gomod - directory: "/" + directory: / schedule: interval: daily open-pull-requests-limit: 3 rebase-strategy: disabled - package-ecosystem: gomod - directory: "/e2e" + directory: /e2e schedule: interval: daily open-pull-requests-limit: 3