From 3bebd4b23deacdd533acd3427003f6eb01386c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Thu, 10 Aug 2023 14:42:16 +0000 Subject: [PATCH] Add dependabot rules for TA and opamp-bridge Dockerfiles (#2005) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b29a7cb24..86ba93a588 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -71,3 +71,13 @@ updates: directory: / schedule: interval: daily + + - package-ecosystem: docker + directory: /cmd/otel-allocator + schedule: + interval: daily + + - package-ecosystem: docker + directory: /cmd/operator-opamp-bridge + schedule: + interval: daily