cadvisor/renovate.json

44 lines
826 B
JSON
Raw Normal View History

2021-02-09 22:07:34 +00:00
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$",
2021-11-04 22:11:17 +00:00
"^.woodpecker.yml$"
2021-02-09 22:07:34 +00:00
],
"matchStrings": [
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
2021-11-04 22:11:17 +00:00
"\\s+repo:\\s*\\S*\\/cadvisor\\s+tags:[-\\s]+(?<currentValue>.*?)\\s+"
2021-02-09 22:07:34 +00:00
],
"versioningTemplate": "loose",
"depNameTemplate": "google/cadvisor",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"datasources": [
"github-releases"
],
"groupName": [
"cadvisor"
]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}