test
This commit is contained in:
parent
2bafbf5fb1
commit
5b39e67e5d
1 changed files with 3 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"gitea_version: (?<currentValue>[\\d.]+)"
|
"gitea_version: (?<currentValue>[\\d.]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "gitea-releases",
|
"datasourceTemplate": "gitea-tags",
|
||||||
"depNameTemplate": "forgejo/forgejo",
|
"depNameTemplate": "forgejo/forgejo",
|
||||||
"registryUrls": ["https://codeberg.org"]
|
"registryUrls": ["https://codeberg.org"]
|
||||||
}
|
}
|
||||||
|
@ -43,11 +43,9 @@
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["gitea-releases"],
|
"matchDatasources": ["gitea-tags"],
|
||||||
"matchDepNames": ["forgejo/forgejo"],
|
"matchDepNames": ["forgejo/forgejo"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"automerge": true
|
||||||
"automerge": true,
|
|
||||||
"registryUrls": ["https://codeberg.org"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue