Skip to content

Commit

Permalink
maint: update example deps with dependabot (#150)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- examples are not kept up to date with dependabot

Co-authored-by: Jamie Danielson <jamieedanielson@gmail.com>
  • Loading branch information
vreynolds and JamieDanielson authored Jul 28, 2023
1 parent b3cfbbc commit d920b98
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,25 @@ updates:
otel:
patterns:
- "opentelemetry*"
- package-ecosystem: "pip"
directory: "/examples/hello-world"
schedule:
interval: "monthly"
labels:
- "type: dependencies"
reviewers:
- "honeycombio/telemetry-team"
commit-message:
prefix: "maint"
include: "scope"
- package-ecosystem: "pip"
directory: "/examples/hello-world-flask"
schedule:
interval: "monthly"
labels:
- "type: dependencies"
reviewers:
- "honeycombio/telemetry-team"
commit-message:
prefix: "maint"
include: "scope"

0 comments on commit d920b98

Please sign in to comment.