Skip to content

Commit

Permalink
Merge pull request #1087 from projectsyn/deps/customize-python-renova…
Browse files Browse the repository at this point in the history
…ting

Adjust Renovate configuration for Python versions
  • Loading branch information
simu authored Jan 17, 2025
2 parents 79fb7db + 39f83ec commit 5326daa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,19 @@
"datasourceTemplate": "github-releases",
"depNameTemplate": "python-poetry/poetry"
}
],
"packageRules": [
{
"matchPackageNames": ["docker.io/python"],
"separateMajorMinor": true,
"separateMinorPatch": true,
"separateMultipleMajor": true,
"separateMultipleMinor": true
},
{
"matchManagers": ["poetry"],
"matchPackageNames": ["python"],
"enabled": false
}
]
}

0 comments on commit 5326daa

Please sign in to comment.