Files
cunningham/renovate.json
Nathan Vasse 38b17473ab 📌(renovate) pin chalk to 4.1.2
Chalk 5.x only support ESM but we use CJS for the tokens package.
2022-12-13 10:44:28 +01:00

10 lines
143 B
JSON

{
"extends": [
"github>openfun/renovate-configuration"
],
"ignoreDeps": [
"chalk"
],
"ignorePaths": ["**/node_modules/**"]
}