{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", ":semanticCommits", ":semanticCommitScopeDisabled" ], "regexManagers": [ { "description": "Baseline upgrades", "fileMatch": ["\\.jsonnet$"], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",", "\\s+version::\\s\\\"(?.*)\\\",", "\\s+repo::\\s\\\"(?.*)\\\"," ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" }, { "description": "Edge case prometheus", "fileMatch": ["prometheus-stack\\.jsonnet"], "matchStrings": [ "\\s+chart::\\s\\\"(?.*)\\\",", "\\s+\\\"version\\\"\:\\s\\\"(?.*)\\\",", "\\s+repo::\\s\\\"(?.*)\\\"," ], "matchStringsStrategy": "combination", "datasourceTemplate": "helm" } ] }