aboutsummaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:29:43 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:29:43 +0300
commit36609822712ab76c64ff3c9269bd089a07f80d08 (patch)
tree140e18051bd9371721abf1ead05a07ec13f84cbd /renovate.json
parentad6903f7ee837d7bc97187622f31bbe6b0ce3d49 (diff)
downloadpopov.link-36609822712ab76c64ff3c9269bd089a07f80d08.tar.xz
popov.link-36609822712ab76c64ff3c9269bd089a07f80d08.zip
Update Renovate configuration to enable 'ignoreScripts' for npm, enhancing security 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 cbe369e..8140493 100644
--- a/renovate.json
+++ b/renovate.json
@@ -5,7 +5,7 @@
"rangeStrategy": "bump",
"npm": {
"enabled": true,
- "ignoreScripts": false,
+ "ignoreScripts": true,
"skipInstalls": false
},
"packageRules": [