diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 10:58:56 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 10:58:56 +0300 |
commit | 2bb3139579e104ff321b5dd7a450f5a70211fb93 (patch) | |
tree | 48849867bc17fee2d9fc03fc26ccb39ba9fe83c0 | |
parent | f88a1eaa69d4e19fcc744d9097c3afceaa98dd2a (diff) | |
download | popov.link-2bb3139579e104ff321b5dd7a450f5a70211fb93.tar.xz popov.link-2bb3139579e104ff321b5dd7a450f5a70211fb93.zip |
Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks.
-rw-r--r-- | .renovaterc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.renovaterc b/.renovaterc index 587d81b..777e1e8 100644 --- a/.renovaterc +++ b/.renovaterc @@ -14,5 +14,10 @@ "enabled": true, "requireConfig": "optional", "ignoreScripts": false + }, + "allowedPostUpgradeCommands": ["npm install"], + "postUpgradeTasks": { + "commands": ["npm install"], + "fileFilters": ["package.json"] } } |