📌(renovate) pin chalk to 4.1.2

Chalk 5.x only support ESM but we use CJS for the tokens package.
This commit is contained in:
Nathan Vasse
2022-12-12 17:52:00 +01:00
committed by NathanVss
parent 9aa8f89017
commit 38b17473ab
3 changed files with 11 additions and 13 deletions

View File

@@ -2,5 +2,8 @@
"extends": [
"github>openfun/renovate-configuration"
],
"ignoreDeps": [
"chalk"
],
"ignorePaths": ["**/node_modules/**"]
}