cadvisor/renovate.json
Samuel Philipp 22b9b451f4
All checks were successful
Build and Push Docker image / Build and Push Docker image (push) Successful in 3m51s
updated renovate.json
2023-09-29 18:11:07 +02:00

45 lines
871 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"samuel-p"
],
"baseBranches": [
"main"
],
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$",
".forgejo/workflows/docker.yml$"
],
"matchStrings": [
"\\s+ENV\\s*CADVISOR_VERSION=\"(?<currentValue>.*?)\"\\s+",
"cadvisor:(?<currentValue>[v.0-9]+)"
],
"versioningTemplate": "loose",
"depNameTemplate": "google/cadvisor",
"datasourceTemplate": "github-releases"
}
],
"packageRules": [
{
"datasources": [
"github-releases"
],
"groupName": [
"cadvisor"
]
},
{
"datasources": [
"docker"
],
"groupName": [
"docker images"
]
}
]
}