Skip to content

Commit 44666c4

Browse files
committed
Add dependabot for NodeJS autoinstrumentation
1 parent d9a0715 commit 44666c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,21 @@ updates:
4949
directory: /cmd/operator-opamp-bridge
5050
schedule:
5151
interval: weekly
52+
53+
- package-ecosystem: npm
54+
directory: /autoinstrumentation/nodejs
55+
versioning-strategy: increase
56+
schedule:
57+
interval: "weekly"
58+
commit-message:
59+
prefix: "Bump NodeJS autoinstrumentation deps"
60+
groups:
61+
js-patch:
62+
update-types:
63+
- "patch"
64+
js-minor:
65+
update-types:
66+
- "minor"
67+
js-major:
68+
update-types:
69+
- "major"

0 commit comments

Comments
 (0)