-
Notifications
You must be signed in to change notification settings - Fork 2
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
Revert "fix(deps): update dependency sass to ~1.81.0" #3323
Conversation
This reverts commit ef71b3a.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's disable sass
automerge in Renovate as well. I think this is what we will need to add in renovate.json
file:
"packageRules": [
{
"matchPackages": ["sass"],
"automerge": false
}
]
How about doing it in a followup PR as this one is just the revert of original PR? |
I'm fine either way. But doing it in this PR completes sounds more compelling because it will also include the reasons why we reverted the PR disabling the automerge for this. They will kind of remain connected for future visitors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making all the changes. 👍
Reverts #3313