Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignorePatterns option #593

Merged
merged 2 commits into from Sep 9, 2021
Merged

Add ignorePatterns option #593

merged 2 commits into from Sep 9, 2021

Conversation

ecraig12345
Copy link
Member

@ecraig12345 ecraig12345 commented Sep 9, 2021

Add an ignorePatterns option which takes a list of minimatch patterns for files to ignore changes in when determining changed packages. This is most likely to be relevant in non-monorepo scenarios where config files live at the package root.

The immediate motivation is dependabot PRs such as #590 which only modify yarn.lock but are blocked due to missing change files (when a change file isn't even needed).

Fixes #563

kenotron
kenotron previously approved these changes Sep 9, 2021
Copy link
Member

@kenotron kenotron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent feature! I was hoping to make this when I had the time, but this is super useful!

@ecraig12345 ecraig12345 merged commit 245ac20 into master Sep 9, 2021
@ecraig12345 ecraig12345 deleted the ecraig/ignore-files branch September 9, 2021 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: ignore changes to certain files
2 participants