Skip to content

Commit ea409d8

Browse files
Add dependabot file (#69)
1 parent b6fa96d commit ea409d8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: sunday
8+
9+
- package-ecosystem: "pip"
10+
directory: "/integration-test-apps/auto-instrumentation/flask"
11+
schedule:
12+
interval: "weekly"
13+
day: sunday
14+
15+
- package-ecosystem: "pip"
16+
directory: "/integration-test-apps/manual-instrumentation/flask"
17+
schedule:
18+
interval: "weekly"
19+
day: sunday
20+
21+
- package-ecosystem: "pip"
22+
directory: "/integration-test-apps/none-instrumentation/flask"
23+
schedule:
24+
interval: "weekly"
25+
day: sunday

0 commit comments

Comments
 (0)