ci(renovate): ignore test files #39

Merged
t.behrendt merged 1 commits from ci-renovate-ignore-test-files into main 2026-02-15 11:26:24 +01:00
Owner

Excluding the test files get-images-from-files/test-compose.yaml, get-images-from-files/test-deployment.yaml, get-images-from-files/test-values-helmfile.yaml, and get-images-from-files/test.Dockerfile from dependabot updates.

Excluding the test files `get-images-from-files/test-compose.yaml`, `get-images-from-files/test-deployment.yaml`, `get-images-from-files/test-values-helmfile.yaml`, and `get-images-from-files/test.Dockerfile` from dependabot updates.
t.behrendt force-pushed ci-renovate-ignore-test-files from bda296b267 to ecc0e04ef7 2026-02-15 11:08:20 +01:00 Compare
t.behrendt requested review from branch-buddy 2026-02-15 11:09:31 +01:00
t.behrendt scheduled this pull request to auto merge when all checks succeed 2026-02-15 11:10:28 +01:00
branch-buddy approved these changes 2026-02-15 11:11:32 +01:00
branch-buddy left a comment
Collaborator

The PR aims to exclude test files from dependabot updates, but the renovate.json configuration may not correctly target the specified files. The current ignorePaths pattern "get-images-from-files/test*" might not match the actual file paths (e.g., test-compose.yaml in the root directory).

The PR aims to exclude test files from dependabot updates, but the renovate.json configuration may not correctly target the specified files. The current `ignorePaths` pattern `"get-images-from-files/test*"` might not match the actual file paths (e.g., `test-compose.yaml` in the root directory).
Collaborator

Verify that the ignorePaths pattern matches the exact file paths of the test files (e.g., "test*" instead of "get-images-from-files/test*")

Verify that the `ignorePaths` pattern matches the exact file paths of the test files (e.g., `"test*"` instead of `"get-images-from-files/test*"`)
Collaborator

Ensure the matchManagers settings correctly apply to the file types being excluded

Ensure the `matchManagers` settings correctly apply to the file types being excluded
Collaborator

Test the renovate configuration to confirm it effectively ignores the specified test files

Test the renovate configuration to confirm it effectively ignores the specified test files
t.behrendt removed review request for branch-buddy 2026-02-15 11:12:19 +01:00
t.behrendt requested review from branch-buddy 2026-02-15 11:25:09 +01:00
branch-buddy approved these changes 2026-02-15 11:26:22 +01:00
branch-buddy left a comment
Collaborator

The changes align with the PR title and description by excluding specified test files from dependabot updates. The JSON syntax is correct and the pattern matching appears appropriate.

The changes align with the PR title and description by excluding specified test files from dependabot updates. The JSON syntax is correct and the pattern matching appears appropriate.
Collaborator

Verify that the ignorePaths pattern matches the exact file paths of the test files (e.g., "test*" instead of "get-images-from-files/test*")

Verify that the `ignorePaths` pattern matches the exact file paths of the test files (e.g., `"test*"` instead of `"get-images-from-files/test*"`)
Collaborator

Ensure the matchManagers settings correctly apply to the file types being excluded

Ensure the `matchManagers` settings correctly apply to the file types being excluded
Collaborator

Test the renovate configuration to confirm it effectively ignores the specified test files

Test the renovate configuration to confirm it effectively ignores the specified test files
t.behrendt merged commit 09fb31ca3a into main 2026-02-15 11:26:24 +01:00
t.behrendt deleted branch ci-renovate-ignore-test-files 2026-02-15 11:26:24 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/sec-actions#39