Skip to content

Commit

Permalink
Update Renovate bot to not apply patches to e2e test dependencies (#5622
Browse files Browse the repository at this point in the history
)

## Which problem is this PR solving?
Updates #5607 to also turn off patches for the e2e test dependencies

## Description of the changes
Adds "patch" to the matchUpdateTypes array so that Renovatebot will not
automate PRs for patches on the e2e test dependencies

## How was this change tested?
Tested in fork and verified it wouldn't apply patches for those
specified docker-compose files.

## Checklist
- [ x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [ n/a] I have added unit tests for the new functionality
- [ n/a] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: Dusty Miller <[email protected]>
  • Loading branch information
DustyMMiller authored Jun 13, 2024
1 parent 404e0c8 commit a1eb7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docker-compose/opensearch/v1/docker-compose.yml",
"docker-compose/opensearch/v2/docker-compose.yml"
],
"matchUpdateTypes": ["major"],
"matchUpdateTypes": ["major", "patch"],
"enabled": false
}
]
Expand Down

0 comments on commit a1eb7a0

Please sign in to comment.