Skip to content

Commit

Permalink
dependabot: enable go mod updates for /tests
Browse files Browse the repository at this point in the history
The tests have their own tests/go.mod file for which we should receive
dependency update PRs as well.
  • Loading branch information
julianbrost committed Mar 14, 2024
1 parent 877eb66 commit 5928326
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
version: 2
updates:

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

- package-ecosystem: gomod
directory: "/tests"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit 5928326

Please sign in to comment.