Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.

This commit is contained in:
2025-05-23 11:43:17 +00:00
parent 24c710bd41
commit 1d79bd154b
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"rangeStrategy": "bump",
"npm": {
"enabled": true,
"ignoreScripts": true,
"ignoreScripts": false,
"skipInstalls": false
},
"packageRules": [