diff --git a/.github/workflows/rennovate.json b/.github/workflows/rennovate.json new file mode 100644 index 0000000..9d69dd7 --- /dev/null +++ b/.github/workflows/rennovate.json @@ -0,0 +1,10 @@ +{ + "extends": ["github>balena-io/renovate-config"], + "packageRules": [ + { + "matchDatasources": ["npm"], + "matchPackageNames": ["cheerio"], + "enabled": false + } + ] +} \ No newline at end of file