Skip to content

Commit

Permalink
Merge pull request #27 from yiqisoft/main
Browse files Browse the repository at this point in the history
fix: Update dependabot.yml for auto merge dependencies
  • Loading branch information
cloudxxx8 authored Dec 16, 2024
2 parents 8abf735 + 6339ec0 commit 8fa916c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
ignore:
- dependency-name: "github.com/edgexfoundry/go-mod-core-contracts/*"
# Included when device-sdk-go is updated
- dependency-name: "github.com/edgexfoundry/go-mod-messaging/*"
# Included when device-sdk-go is updated
- dependency-name: "github.com/edgexfoundry/go-mod-registry/*"
# Included when device-sdk-go is updated
- dependency-name: "github.com/edgexfoundry/go-mod-secrets/*"
# Included when device-sdk-go is updated
- dependency-name: "github.com/edgexfoundry/go-mod-bootstrap/*"
# Included when device-sdk-go is updated

0 comments on commit 8fa916c

Please sign in to comment.