Skip to content

Commit

Permalink
chore: add ignore dep and commit message customization for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Oct 7, 2023
1 parent a319551 commit 250d193
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,6 +5,13 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "chore: bump"
ignore:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
- dependency-name: github.com/prometheus/client_golang
- dependency-name: github.com/gofiber/fiber/v2
- dependency-name: go.uber.org/zap
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down

0 comments on commit 250d193

Please sign in to comment.