initial commit
This commit is contained in:
32
renovate.json
Normal file
32
renovate.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>KD_ESTA/esta-renovate-preset"
|
||||
],
|
||||
"branchPrefix": "feature/renovate/",
|
||||
"dependencyDashboard": false,
|
||||
"includeForks": true,
|
||||
"ignoreDeps": ["python"],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "all non-major dependencies",
|
||||
"groupSlug": "all-minor-patch",
|
||||
"matchPackagePatterns": [
|
||||
"*"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
]
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [".*Dockerfile.*"],
|
||||
"matchStrings": ["POETRY_VERSION=\"(?<currentValue>.+)\""],
|
||||
"depNameTemplate": "poetry",
|
||||
"datasourceTemplate": "pypi"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user