Skip to content

Commit 547a3e7

Browse files
emyllerclaude
andcommitted
ci(renovate): constrain updates to supported Python
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 974b348 commit 547a3e7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
// `fix`/`chore`; ignore it so we keep `deps:` as the commit prefix.
99
ignorePresets: [':semanticPrefixFixDepsChoreOthers'],
1010
semanticCommitType: 'deps',
11+
// `constraintsFiltering: strict` makes Renovate skip any release whose
12+
// `requires-python` excludes a Python version we support, so a security
13+
// bump can't target an unsupported one.
14+
constraints: {
15+
python: '>=3.10',
16+
},
17+
constraintsFiltering: 'strict',
1118
'git-submodules': {
1219
enabled: true,
1320
},

0 commit comments

Comments
 (0)