aboutsummaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:43:17 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:43:17 +0300
commit1d79bd154b98eae731e537e58d463b04a2b5b12e (patch)
tree5642a79055cef6a77eabac04fda34ceb2ed235ec /renovate.json
parent24c710bd41c31bf6ad9c9d5357b6f3bf1bc097ae (diff)
downloadpopov.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.json2
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": [