Compare commits
1 Commits
0d9e53f8d2
...
02d9a195c2
| Author | SHA1 | Date | |
|---|---|---|---|
| 02d9a195c2 |
@@ -1,13 +1,22 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
"dependencyDashboard": true,
|
dependencyDashboard: true,
|
||||||
"enabledManagers": ["dockerfile", "github-actions", "regex"],
|
enabledManagers: [
|
||||||
"regexManagers": [
|
'dockerfile',
|
||||||
|
'github-actions',
|
||||||
|
'custom.regex',
|
||||||
|
],
|
||||||
|
customManagers: [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Dockerfile$"],
|
customType: 'regex',
|
||||||
"matchStrings": ["synapse-s3-storage-provider==(?<currentValue>.*)\\n"],
|
fileMatch: [
|
||||||
"depNameTemplate": "synapse-s3-storage-provider",
|
'^Dockerfile$',
|
||||||
"datasourceTemplate": "pypi",
|
],
|
||||||
|
matchStrings: [
|
||||||
|
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',
|
||||||
|
],
|
||||||
|
depNameTemplate: 'synapse-s3-storage-provider',
|
||||||
|
datasourceTemplate: 'pypi',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user