Skip to content

Commit

Permalink
HSEARCH-4674 Add dependabot config for dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Nov 8, 2023
1 parent f69a72f commit a3ee45f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
dockerhub:
type: docker-registry
url: https://registry.hub.docker.com
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
replaces-base: true
updates:
- package-ecosystem: "maven"
directory: "/"
Expand Down Expand Up @@ -99,3 +106,11 @@ updates:
# See https://github.com/dependabot/dependabot-core/issues/4028
# And, additionally, it is only for performance testing.
- dependency-name: "org.bsc.maven:maven-processor-plugin"
- package-ecosystem: "docker"
registries:
- dockerhub
# For dependabot to find Docker files they all should be in the same directory.
# Dependabot is picking any files that has `dockerfile` in them.
directory: "/build/container/"
schedule:
interval: "monthly"

0 comments on commit a3ee45f

Please sign in to comment.