From c8179d1d38da0771926f24a38830f1edc6f29fa7 Mon Sep 17 00:00:00 2001 From: Rootul P Date: Fri, 17 Nov 2023 10:45:59 -0500 Subject: [PATCH] fix: dependabot for e2e `gomod e2e` isn't a valid package ecosystem. The valid package ecosystems are listed [here](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem). I think it should just be `gomod`. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 55c680c3..3d565061 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,7 @@ updates: - dependencies reviewers: - "sweexordious" - - package-ecosystem: gomod e2e + - package-ecosystem: gomod directory: "e2e" schedule: interval: daily