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

chore(renovate): switch to matchDepPatterns where required #7

Merged
merged 1 commit into from
May 14, 2024

Conversation

Langleu
Copy link
Member

@Langleu Langleu commented May 14, 2024

fixes the warning about Use matchDepPatterns instead of matchPackagePatterns

matchPackagePatterns will try matching packageName first and then fall back to matching depName. If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release. Use matchDepPatterns instead.

If in doubt, just use depName. When packageName is blank, it defaults to depName's value. In most cases they're the same.

related to https://github.com/camunda/team-infrastructure-experience/issues/196

@Langleu Langleu self-assigned this May 14, 2024
@Langleu Langleu requested a review from leiicamundi May 14, 2024 07:13
@leiicamundi leiicamundi merged commit 33d82fd into main May 14, 2024
2 checks passed
@leiicamundi leiicamundi deleted the fix-depPattern branch May 14, 2024 07:57
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.

2 participants