Skip to content

Commit 25d8921

Browse files
[mq] working branch - merge 7445983 on top of main at 87f03f0
{"baseBranch":"main","baseCommit":"87f03f03f59c874cd629b8d4b6b358d13bd71d73","createdAt":"2024-02-12T13:41:17.837394Z","headSha":"7445983e4c30af845dfa6d3a1ac515d64233a580","id":"9af70a72-89ee-4fb6-9da4-4257662bdaf5","priority":"200","pullRequestNumber":"612","queuedAt":"2024-02-12T13:41:17.836759Z","status":"STATUS_QUEUED"}
2 parents 13a2e85 + 7445983 commit 25d8921

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,14 @@ updates:
7070
directory: /components/datadog/apps/redis/images/redis-client
7171
schedule:
7272
interval: daily
73+
74+
- package-ecosystem: docker
75+
directory: /components/datadog/apps/npm-tools/images/go-httpbin
76+
schedule:
77+
interval: daily
78+
79+
- package-ecosystem: docker
80+
directory: /components/datadog/apps/npm-tools/images/npm-tools
81+
schedule:
82+
interval: daily
83+

.github/workflows/docker-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
image: redis-client
5757
- app: tracegen
5858
image: tracegen
59+
- app: npm-tools
60+
image: go-httpbin
61+
- app: npm-tools
62+
image: npm-tools
5963

6064
steps:
6165
- name: Checkout repository

0 commit comments

Comments
 (0)