Skip to content

Commit

Permalink
HSEARCH-4674 Change dependabot configuration for databases
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Nov 8, 2023
1 parent 16a0d19 commit 24b1b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion build/container/database/mssql.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
FROM mcr.microsoft.com/mssql/server:2022-CU9-ubuntu-20.04

0 comments on commit 24b1b1f

Please sign in to comment.