Skip to content

Commit

Permalink
Update Renovate bot to not apply patches to e2e test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dusty Miller <dusty.miller109@gmail.com>
  • Loading branch information
DustyMMiller committed Jun 13, 2024
1 parent 549c377 commit 912af4a
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 912af4a

Please sign in to comment.