Skip to content

Commit e86759e

Browse files
author
Leonard Goodell
committed
build: Ignore all go-mod deps, except go-mod-bootstrap
Signed-off-by: Leonard Goodell <[email protected]>
1 parent 86e8232 commit e86759e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ updates:
66
schedule:
77
interval: "daily"
88
ignore:
9+
- dependency-name: "github.com/edgexfoundry/go-mod-core-contracts/v3"
10+
# Included when go-mod-bootstrap is updated
11+
- dependency-name: "github.com/edgexfoundry/go-mod-messaging/v3"
12+
# Included when go-mod-bootstrap is updated
13+
- dependency-name: "github.com/edgexfoundry/go-mod-registry/v3"
14+
# Included when go-mod-bootstrap is updated
15+
- dependency-name: "github.com/edgexfoundry/go-mod-secrets/v3"
16+
# Included when go-mod-bootstrap is updated
917
- dependency-name: "github.com/gomodule/redigo"
1018
# For github.com/gomodule/redigo, ignore version v2.0.0
1119
versions: ["v2.0.0"]

0 commit comments

Comments
 (0)