43 lines
824 B
JSON
43 lines
824 B
JSON
{
|
|
"assignees": [
|
|
"samuel-p"
|
|
],
|
|
"baseBranches": [
|
|
"main"
|
|
],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "behind-base-branch",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^Dockerfile$",
|
|
"^.woodpecker.yml$"
|
|
],
|
|
"matchStrings": [
|
|
"\\s+ENV\\s*FILTRON_VERSION=\"(?<currentValue>.*?)\"\\s+",
|
|
"\\s+repo:\\s*\\S*\\/filtron\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
|
|
],
|
|
"versioningTemplate": "loose",
|
|
"depNameTemplate": "asciimoo/filtron",
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"datasources": [
|
|
"github-releases"
|
|
],
|
|
"groupName": [
|
|
"filtron"
|
|
]
|
|
},
|
|
{
|
|
"datasources": [
|
|
"docker"
|
|
],
|
|
"groupName": [
|
|
"docker images"
|
|
]
|
|
}
|
|
]
|
|
}
|