From 24b1b1f8efd093112cb511c4fa70b874a9031732 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Wed, 8 Nov 2023 11:42:05 +0100 Subject: [PATCH] HSEARCH-4674 Change dependabot configuration for databases --- .github/dependabot.yml | 4 ---- build/container/database/mssql.Dockerfile | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 62a11870375..13055dddd60 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,6 @@ registries: username: ${{secrets.DOCKERHUB_USERNAME}} password: ${{secrets.DOCKERHUB_TOKEN}} replaces-base: true - ibm: - type: docker-registry - url: https://icr.io updates: - package-ecosystem: "maven" directory: "/" @@ -112,7 +109,6 @@ updates: - package-ecosystem: "docker" registries: - dockerhub - - ibm # For dependabot to find Docker files they all should be in the same directory. # Dependabot is picking any files that has `dockerfile` in them. # diff --git a/build/container/database/mssql.Dockerfile b/build/container/database/mssql.Dockerfile index f4c6bf4119d..265981c4691 100644 --- a/build/container/database/mssql.Dockerfile +++ b/build/container/database/mssql.Dockerfile @@ -1,3 +1,3 @@ # MS SQL Server # See https://hub.docker.com/_/microsoft-mssql-server -FROM docker.io/mcr.microsoft.com/mssql/server:2022-CU9-ubuntu-20.04 \ No newline at end of file +FROM mcr.microsoft.com/mssql/server:2022-CU9-ubuntu-20.04 \ No newline at end of file