ci: postUpgradeTasks is only allowed on self-hosted renovate (#9137)

This commit is contained in:
Brooooooklyn 2024-12-13 04:19:07 +00:00
parent 97f15709d2
commit 932e1da7f3
No known key found for this signature in database
GPG Key ID: 30B1140CE1C07C99

View File

@ -49,11 +49,6 @@
"commitMessageTopic": "{{depName}} version",
"ignoreDeps": [],
"postUpdateOptions": ["yarnDedupeHighest"],
"postUpgradeTasks": {
"commands": ["lint:prettier:fix"],
"fileFilters": ["yarn.lock", "**/*.{js,jsx,mjs,ts,tsx,yml,yaml}"],
"executionMode": "update"
},
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]