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

fix(post-upgrade-tasks)!: enable dot option for file filters #21282

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

bgutschke
Copy link
Contributor

@bgutschke bgutschke commented Apr 1, 2023

Default to including dot files for fileFilters in postUpgradeTasks

Closes #21276

BREAKING CHANGE: Glob patterns used for Post upgrade task "fileFilters" now include dotfiles by default.

Changes

Default to including dot files for fileFilters in postUpgradeTasks

Context

Closes #21276

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

…ebot#21276)

Default to including dot files for fileFilters in postUpgradeTasks

Closes renovatebot#21276

BREAKING CHANGE: Glob patterns used for Post upgrade task "fileFilters" now include
dotfiles by default.
@rarkins rarkins changed the title fix(post-upgrade-tasks)!: enable dot option for file filters (#21276) fix(post-upgrade-tasks)!: enable dot option for file filters Apr 1, 2023
@rarkins rarkins added the breaking Breaking change, requires major version bump label Apr 1, 2023
@rarkins rarkins changed the base branch from main to v36 April 26, 2023 06:20
docs/usage/configuration-options.md Outdated Show resolved Hide resolved
@rarkins rarkins merged commit 124482f into renovatebot:v36 Apr 26, 2023
8 checks passed
@bgutschke bgutschke deleted the fix/21276-post-upgrade-tasks branch April 27, 2023 06:13
rarkins pushed a commit that referenced this pull request May 7, 2023
Set `{ dot: true }` for minimatch.

BREAKING CHANGE: dot files will now be included by default for all minimatch results
rarkins pushed a commit that referenced this pull request May 10, 2023
Set `{ dot: true }` for minimatch.

BREAKING CHANGE: dot files will now be included by default for all minimatch results
rarkins pushed a commit that referenced this pull request May 23, 2023
Set `{ dot: true }` for minimatch.

BREAKING CHANGE: dot files will now be included by default for all minimatch results
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
breaking Breaking change, requires major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set { dot: true } for postUpgradeTasks.fileFilters
2 participants