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): improve comments or link issues for disabled updates #3865

Open
maxbrunet opened this issue Sep 24, 2023 · 0 comments
Open
Assignees

Comments

@maxbrunet
Copy link
Member

Please improve the description for package rule disabling updates, so we know when we can try re-enabling them:

parca/renovate.json

Lines 59 to 68 in 3c505de

{
"description": "Disable tailwindcss upgrades",
"matchPackageNames": ["tailwindcss", "prettier-plugin-tailwindcss"],
"enabled": false
},
{
"description": "Disable eslint upgrades",
"matchPackageNames": ["eslint"],
"enabled": false
}

For example:

"description": "Disable tailwindcss upgrades: https://github.com/.../.../issue/1234",

Or

"description": "Disable eslint upgrades: versions >1.2.3 incompatible with ...",

If the updates was disabled for a single bad release, creating a rule is not required if the update PR had this note, reverting it is enough:

🔕 Ignore: Close this PR and you won't be reminded about this update again.

Commits when these were created/updated in:

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

No branches or pull requests

2 participants