We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e8232 commit e86759eCopy full SHA for e86759e
.github/dependabot.yml
@@ -6,6 +6,14 @@ updates:
6
schedule:
7
interval: "daily"
8
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
13
+ - dependency-name: "github.com/edgexfoundry/go-mod-registry/v3"
14
15
+ - dependency-name: "github.com/edgexfoundry/go-mod-secrets/v3"
16
17
- dependency-name: "github.com/gomodule/redigo"
18
# For github.com/gomodule/redigo, ignore version v2.0.0
19
versions: ["v2.0.0"]
0 commit comments