Skip to content

Commit 786dc30

Browse files
jsueretharminru
andauthored
(chore) Add dependabot config to keep tooling up to date. (open-telemetry#1346)
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
1 parent f7d30b1 commit 786dc30

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "sunday"
8+
- package-ecosystem: "github-actions"
9+
directory: ".github"
10+
schedule:
11+
interval: "weekly"
12+
day: "sunday"
13+
- package-ecosystem: "gomod"
14+
directory: "internal/tools"
15+
schedule:
16+
interval: "daily"
17+
- package-ecosystem: "npm"
18+
directory: "/"
19+
schedule:
20+
interval: "daily"

0 commit comments

Comments
 (0)