Fix renovate config (#17)
This commit is contained in:
parent
783609d2e3
commit
0eb68d1816
1 changed files with 8 additions and 4 deletions
|
|
@ -4,10 +4,14 @@
|
||||||
"config:best-practices",
|
"config:best-practices",
|
||||||
"schedule:weekly"
|
"schedule:weekly"
|
||||||
],
|
],
|
||||||
"python": {
|
|
||||||
"range": ">=3.13"
|
|
||||||
},
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Set Python version constraint",
|
||||||
|
"matchDatasources": ["pypi"],
|
||||||
|
"constraints": {
|
||||||
|
"python": ">=3.13"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Auto-merge patch and minor updates for dependencies",
|
"description": "Auto-merge patch and minor updates for dependencies",
|
||||||
"matchUpdateTypes": ["patch", "minor"],
|
"matchUpdateTypes": ["patch", "minor"],
|
||||||
|
|
@ -30,7 +34,7 @@
|
||||||
"before 3am on Monday"
|
"before 3am on Monday"
|
||||||
],
|
],
|
||||||
"timezone": "UTC",
|
"timezone": "UTC",
|
||||||
"semanticCommits": true,
|
"semanticCommits": "enabled",
|
||||||
"prConcurrentLimit": 5,
|
"prConcurrentLimit": 5,
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"labels": ["security"],
|
"labels": ["security"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue