Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit d920b98

Browse files
maint: update example deps with dependabot (#150)
## Which problem is this PR solving? - examples are not kept up to date with dependabot Co-authored-by: Jamie Danielson <[email protected]>
1 parent b3cfbbc commit d920b98

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,25 @@ updates:
2626
otel:
2727
patterns:
2828
- "opentelemetry*"
29+
- package-ecosystem: "pip"
30+
directory: "/examples/hello-world"
31+
schedule:
32+
interval: "monthly"
33+
labels:
34+
- "type: dependencies"
35+
reviewers:
36+
- "honeycombio/telemetry-team"
37+
commit-message:
38+
prefix: "maint"
39+
include: "scope"
40+
- package-ecosystem: "pip"
41+
directory: "/examples/hello-world-flask"
42+
schedule:
43+
interval: "monthly"
44+
labels:
45+
- "type: dependencies"
46+
reviewers:
47+
- "honeycombio/telemetry-team"
48+
commit-message:
49+
prefix: "maint"
50+
include: "scope"

0 commit comments

Comments
 (0)