Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro committed Jun 10, 2024
1 parent 38e8568 commit 5b59d98
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,18 @@ updates:
interval: daily
allow:
- dependency-name: "docker.elastic.co/opensearch/opensearch"
update-types: [ "version-update:semver-minor" ]
update-types:
- minor
- patch
- package-ecosystem: docker
directory: /docker-compose/kafka-integration-test
schedule:
interval: daily
allow:
- dependency-name: "bitnami/kafka"
update-types: [ "version-update:semver-minor" ]
update-types:
- minor
- patch
- package-ecosystem: docker
directories:
- /docker-compose/cassandra/v3
Expand All @@ -87,4 +91,6 @@ updates:
interval: daily
allow:
- dependency-name: "cassandra"
update-types: [ "version-update:semver-minor" ]
update-types:
- minor
- patch

0 comments on commit 5b59d98

Please sign in to comment.