From 80b9a838739ee3f5b62f2103ccd7927643bbcc98 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 18 Aug 2023 10:07:26 +0200 Subject: [PATCH 1/2] Fix indentation issue in dependabot.yaml Signed-off-by: Marco Franssen --- .github/dependabot.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6a7cb06..b0fbc66 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,11 +12,12 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 5 -- package-ecosystem: pip - directory: "/.github/scripts" - schedule: - interval: daily - groups: - python-packages: - patterns: - - "*" + + - package-ecosystem: pip + directory: "/.github/scripts" + schedule: + interval: daily + groups: + python-packages: + patterns: + - "*" From 9cb59dafb8f2f2551a55f8866d895fbf9931a888 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 18 Aug 2023 10:07:42 +0200 Subject: [PATCH 2/2] Include go dependencies in dependabot.yaml Signed-off-by: Marco Franssen --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b0fbc66..58d754c 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,6 +13,12 @@ updates: interval: "daily" open-pull-requests-limit: 5 + - package-ecosystem: gomod + directory: "/tests" + schedule: + interval: daily + open-pull-requests-limit: 5 + - package-ecosystem: pip directory: "/.github/scripts" schedule: