This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch dependabot-add-docker in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 57cde2b4fa02b44dd345bafcedef0e9b700a55b3 Author: bossenti <[email protected]> AuthorDate: Tue Nov 28 15:06:51 2023 +0100 add docker registry to dependabot config --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fbe2eafa7..bfaf275f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,22 @@ version: 2 updates: + - package-ecosystem: "docker" + directory: "/" + labels: + - "dependencies" + schedule: + interval: "daily" + open-pull-requests-limit: 1 + + - package-ecosystem: "docker" + directory: "/installer/compose" + labels: + - "dependencies" + - "installer" + schedule: + interval: "daily" + open-pull-requests-limit: 1 - package-ecosystem: "github-actions" directory: "/" labels:
