Skip to content

Commit

Permalink
build: Update dependabot.yml to ignore go mods
Browse files Browse the repository at this point in the history
go-mod-bootstrap contains all other edgex go modules

Signed-off-by: Cloud Tsai <cloudxxx8@gmail.com>
  • Loading branch information
cloudxxx8 committed Jul 3, 2024
1 parent 608a3e0 commit 18f1985
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ updates:
directory: "/"
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

0 comments on commit 18f1985

Please sign in to comment.