diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:43:17 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:43:17 +0300 |
commit | 1d79bd154b98eae731e537e58d463b04a2b5b12e (patch) | |
tree | 5642a79055cef6a77eabac04fda34ceb2ed235ec /renovate.json | |
parent | 24c710bd41c31bf6ad9c9d5357b6f3bf1bc097ae (diff) | |
download | popov.link-1d79bd154b98eae731e537e58d463b04a2b5b12e.tar.xz popov.link-1d79bd154b98eae731e537e58d463b04a2b5b12e.zip |
Update Renovate configuration to enable 'githubTokenWarn' and set 'ignoreScripts' to false, enhancing security and improving script execution during dependency updates.
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 8140493..cbe369e 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ "rangeStrategy": "bump", "npm": { "enabled": true, - "ignoreScripts": true, + "ignoreScripts": false, "skipInstalls": false }, "packageRules": [ |