Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: dependabot for e2e (#597)
Browse files Browse the repository at this point in the history
`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`.
  • Loading branch information
rootulp authored Nov 17, 2023
1 parent 17b5716 commit bf4b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ updates:
- dependencies
reviewers:
- "sweexordious"
- package-ecosystem: gomod e2e
- package-ecosystem: gomod
directory: "e2e"
schedule:
interval: daily
Expand Down

0 comments on commit bf4b1b2

Please sign in to comment.