icingadb/.github/dependabot.yml
Julian Brost 5928326f4e dependabot: enable go mod updates for /tests
The tests have their own tests/go.mod file for which we should receive
dependency update PRs as well.
2024-03-14 12:13:34 +01:00

14 lines
241 B
YAML

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