Skip to content

Commit

Permalink
ci: add test/e2e to dependabot config (#613)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Oct 27, 2022
1 parent c6b1771 commit 7eb49ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"
- package-ecosystem: "gomod"
directory: "/test/e2e"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"

0 comments on commit 7eb49ce

Please sign in to comment.