mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
The tests have their own tests/go.mod file for which we should receive dependency update PRs as well.
14 lines
241 B
YAML
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
|