Skip to content

chore(renovate): stop ignoring test/e2e/internal/tests/**#996

Merged
mnencia merged 1 commit into
mainfrom
dev/renovate-tests-ignorepath
Jul 9, 2026
Merged

chore(renovate): stop ignoring test/e2e/internal/tests/**#996
mnencia merged 1 commit into
mainfrom
dev/renovate-tests-ignorepath

Conversation

@mnencia

@mnencia mnencia commented Jul 9, 2026

Copy link
Copy Markdown
Member

ignorePaths still had '/tests/' left over from the recommended preset, even though a comment right above documents removing '/test/' specifically to let renovate scan test/e2e for emulator image dependencies. Every e2e Ginkgo package lives under test/e2e/internal/tests/**, so the plural pattern was silently excluding all of them; any image pinned by digest in those packages (e.g. minio, aws-cli) was never going to get a bump PR.

No other tracked path in the repo matches '/tests/' once node_modules is excluded by its own rule, so this narrows nothing else.

@mnencia mnencia requested a review from a team as a code owner July 9, 2026 07:28
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. dependencies Pull requests that update a dependency file labels Jul 9, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 9, 2026
ignorePaths still had '**/tests/**' left over from the recommended
preset, even though a comment right above documents removing
'**/test/**' specifically to let renovate scan test/e2e for emulator
image dependencies. Every e2e Ginkgo package lives under
test/e2e/internal/tests/**, so the plural pattern was silently
excluding all of them; any image pinned by digest in those packages
(e.g. minio, aws-cli) was never going to get a bump PR.

No other tracked path in the repo matches '**/tests/**' once
node_modules is excluded by its own rule, so this narrows nothing else.

Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
@mnencia mnencia force-pushed the dev/renovate-tests-ignorepath branch from 23d52b3 to 62a8ba3 Compare July 9, 2026 08:38
@mnencia mnencia merged commit b0e4538 into main Jul 9, 2026
7 of 8 checks passed
@mnencia mnencia deleted the dev/renovate-tests-ignorepath branch July 9, 2026 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants