We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13a2e85 + 7445983 commit 25d8921Copy full SHA for 25d8921
.github/dependabot.yml
@@ -70,3 +70,14 @@ updates:
70
directory: /components/datadog/apps/redis/images/redis-client
71
schedule:
72
interval: daily
73
+
74
+ - package-ecosystem: docker
75
+ directory: /components/datadog/apps/npm-tools/images/go-httpbin
76
+ schedule:
77
+ interval: daily
78
79
80
+ directory: /components/datadog/apps/npm-tools/images/npm-tools
81
82
83
.github/workflows/docker-publish.yml
@@ -56,6 +56,10 @@ jobs:
56
image: redis-client
57
- app: tracegen
58
image: tracegen
59
+ - app: npm-tools
60
+ image: go-httpbin
61
62
+ image: npm-tools
63
64
steps:
65
- name: Checkout repository
0 commit comments