mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 01:18:48 +03:00
Updated Renovate configuration to include allowed post-upgrade commands and specify file filters, enhancing the automation of dependency management tasks.
This commit is contained in:
@@ -14,5 +14,10 @@
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"requireConfig": "optional",
|
"requireConfig": "optional",
|
||||||
"ignoreScripts": false
|
"ignoreScripts": false
|
||||||
|
},
|
||||||
|
"allowedPostUpgradeCommands": ["npm install"],
|
||||||
|
"postUpgradeTasks": {
|
||||||
|
"commands": ["npm install"],
|
||||||
|
"fileFilters": ["package.json"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user