File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3- # Enable version updates for Python pip dependencies
3+ # Python pip dependencies - security updates only
4+ # Regular version updates are disabled because we use compatible release
5+ # constraints (~=) in pyproject.toml to pin patch versions.
6+ # Dependabot Security Updates (enabled in repo settings) bypass these rules.
47 - package-ecosystem : " pip"
58 directory : " /"
69 schedule :
710 interval : " weekly"
811 day : " monday"
912 time : " 09:00"
10-
13+ # Ignore all regular version updates - security updates still come through
14+ ignore :
15+ - dependency-name : " *"
16+ update-types :
17+ - " version-update:semver-major"
18+ - " version-update:semver-minor"
19+ - " version-update:semver-patch"
1120 # Commit message configuration
1221 commit-message :
1322 prefix : " chore"
You can’t perform that action at this time.
0 commit comments