Skip to content
Open
22 changes: 22 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>unstructured-io/renovate-config"
],
"packageRules": [
{
"matchDatasources": ["pypi"],
"matchIsVulnerabilityAlert": true,
"postUpgradeTasks": {
"commands": [
"VERSION_FILE=unstructured_ingest/__version__.py bash scripts/renovate-security-bump.sh"
],
"fileFilters": [
"unstructured_ingest/__version__.py",
"CHANGELOG.md"
],
"executionMode": "branch"
}
}
]
}
Loading
Loading