ci(renovate): ignore test files #39
Reference in New Issue
Block a user
Delete Branch "ci-renovate-ignore-test-files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, andget-images-from-files/test.Dockerfilefrom dependabot updates.bda296b267toecc0e04ef7The PR aims to exclude test files from dependabot updates, but the renovate.json configuration may not correctly target the specified files. The current
ignorePathspattern"get-images-from-files/test*"might not match the actual file paths (e.g.,test-compose.yamlin the root directory).Verify that the
ignorePathspattern matches the exact file paths of the test files (e.g.,"test*"instead of"get-images-from-files/test*")Ensure the
matchManagerssettings correctly apply to the file types being excludedTest the renovate configuration to confirm it effectively ignores the specified test files
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.
Verify that the
ignorePathspattern matches the exact file paths of the test files (e.g.,"test*"instead of"get-images-from-files/test*")Ensure the
matchManagerssettings correctly apply to the file types being excludedTest the renovate configuration to confirm it effectively ignores the specified test files