Skip to content

Commit

Permalink
Fix .github/dependabot.yml (#5562)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
- Config is currently broken, but the change in #5560 removed one of the
errors

## Description of the changes
- Apply similar change to the other entries
- Fix image name for opensearch

## How was this change tested?
- cannot test it until merged

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Jun 11, 2024
1 parent 3d604ba commit d19f9f0
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,31 +58,25 @@ updates:
- /docker-compose/elasticsearch/v8
schedule:
interval: daily
allow:
ignore:
- dependency-name: "docker.elastic.co/elasticsearch/elasticsearch"
update-types:
- minor
- patch
update-types: [ "version-update:semver-major" ]
- package-ecosystem: docker
directories:
- /docker-compose/opensearch/v1
- /docker-compose/opensearch/v2
schedule:
interval: daily
allow:
- dependency-name: "docker.elastic.co/opensearch/opensearch"
update-types:
- minor
- patch
ignore:
- dependency-name: "opensearchproject/opensearch"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: docker
directory: /docker-compose/kafka-integration-test
schedule:
interval: daily
allow:
ignore:
- dependency-name: "bitnami/kafka"
update-types:
- minor
- patch
update-types: [ "version-update:semver-major" ]
- package-ecosystem: docker
directories:
- /docker-compose/cassandra/v3
Expand Down

0 comments on commit d19f9f0

Please sign in to comment.