This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
filtron/renovate.json

44 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"
]
}
]
}