Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@
],
"minimumReleaseAge": "7 days"
},
{
"description": "Don't auto-bump Python via setup-python's python-version input. Patches are bumped by the Upgrade Python version workflow (ddev meta scripts upgrade-python-version); minor bumps are coordinated manually.",
"matchManagers": [
"github-actions"
],
"matchDepTypes": [
"uses-with"
],
"matchDepNames": [
"python"
],
"enabled": false
},
{
"description": "Runner versions (runs-on) and container/service/docker images are bumped manually when needed.",
"matchManagers": [
Expand Down
Loading