From 60702305949749c21ddeaf56adc391d753b6fafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Akg=C3=BCn?= Date: Sat, 4 Nov 2023 11:13:23 +0000 Subject: [PATCH] Fix dependabot.yml, the pip section --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7196f6729..9cfdb68e6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,9 +21,9 @@ updates: - "ozgurakgun" - package-ecosystem: "pip" - directory: "/tools/essence-feature-usage-stats/" - schedule: - interval: "weekly" - assignees: - - "ozgurakgun" + directory: "/tools/essence-feature-usage-stats/" + schedule: + interval: "weekly" + assignees: + - "ozgurakgun"