diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:57:15 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:57:15 +0300 |
commit | 27caca159e0928c4e5307da292cf9ecba7a6665b (patch) | |
tree | 45cf1fabf4827ec2e27ec493bfb92d2774af53b2 /renovate.json | |
parent | cf5901f8c157d0607f23caf2fb23c1db4d4890b4 (diff) | |
download | popov.link-27caca159e0928c4e5307da292cf9ecba7a6665b.tar.xz popov.link-27caca159e0928c4e5307da292cf9ecba7a6665b.zip |
Update Renovate configuration to enable 'ignoreScripts' for npm and improve workflow step naming for clarity 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 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": [ |