Skip to content

Commit

Permalink
chore(dependabot): Adding Dependabot (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeliciari authored Feb 11, 2025
1 parent 42c5ef8 commit be891a1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/otelslog"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps): update"
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/otelzap"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps): update"
open-pull-requests-limit: 10

- package-ecosystem: "gomod"
directory: "/otelzerolog"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps): update"
open-pull-requests-limit: 10

0 comments on commit be891a1

Please sign in to comment.