Skip to content

Commit

Permalink
Merge pull request #4547 from lenny-intel/ignore-go-mods
Browse files Browse the repository at this point in the history
build: Ignore all go-mods except go-mod-bootstrap
  • Loading branch information
cloudxxx8 authored May 3, 2023
2 parents 2b289ba + bbdb602 commit 09c3ed2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ updates:
schedule:
interval: "daily"
ignore:
- dependency-name: "github.com/edgexfoundry/go-mod-core-contracts/v3"
# Included when go-mod-bootstrap is updated
- dependency-name: "github.com/edgexfoundry/go-mod-messaging/v3"
# Included when go-mod-bootstrap is updated
- dependency-name: "github.com/edgexfoundry/go-mod-registry/v3"
# Included when go-mod-bootstrap is updated
- dependency-name: "github.com/edgexfoundry/go-mod-secrets/v3"
# Included when go-mod-bootstrap is updated
- dependency-name: "github.com/gomodule/redigo"
# For github.com/gomodule/redigo, ignore version v2.0.0
versions: ["v2.0.0"]
Expand Down

0 comments on commit 09c3ed2

Please sign in to comment.