Skip to content

Commit

Permalink
ci: ensure sass is not updated, for now
Browse files Browse the repository at this point in the history
Because of twbs/bootstrap#34051, the sass package is currently set to "~1.32.11".

Also see https://stackoverflow.com/questions/67675422/deprecation-warning-in-bootstrap-scss

This serves as a reminder, so that we do not accidentally bump sass to the latest version for now, until this issue is resolved
  • Loading branch information
engineervix committed Jul 21, 2024
1 parent b0d9dbf commit 6361917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"updateTypes": ["patch", "pin", "digest"],
"automerge": true,
"semanticCommitType": "ci"
},
{
"matchPackageNames": ["sass"],
"enabled": false
}
],
"timezone": "Africa/Lusaka",
Expand Down

0 comments on commit 6361917

Please sign in to comment.