Skip to content

Commit d9bd0b9

Browse files
committed
fix(ci): disable renovate postUpgradeTasks
1 parent c46f656 commit d9bd0b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"matchManagers": ["pep621"],
3636
"matchDepTypes": ["dependencies"],
3737
"semanticCommitType": "build"
38-
},
38+
} /* ,
39+
// postUpgradeTasks is only supported in self-hosted Renovate
3940
{
4041
"matchManagers": ["pep621"],
4142
"postUpgradeTasks": {
@@ -47,6 +48,6 @@
4748
"fileFilters": ["pyproject.toml", "uv.lock"],
4849
"executionMode": "update"
4950
}
50-
}
51+
} */
5152
]
5253
}

0 commit comments

Comments
 (0)