File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:best-practices"
5- ],
3+ "extends" : [" config:best-practices" ],
64 "semanticCommits" : " enabled" ,
7- "ignorePresets" : [
8- " docker:pinDigests" ,
9- " :pinDevDependencies"
10- ],
5+ "ignorePresets" : [" docker:pinDigests" , " :pinDevDependencies" ],
116 "packageRules" : [
7+ {
8+ "description" : " Automerge patch updates for powerdns-recursor (security fixes)" ,
9+ "matchPackageNames" : [" powerdns/pdns-recursor-54" ],
10+ "automerge" : true ,
11+ "matchUpdateTypes" : [" patch" ]
12+ },
1213 {
1314 "changelogUrl" : " https://github.com/n8n-io/n8n" ,
14- "matchPackageNames" : [
15- " n8nio/n8n" ,
16- " n8n"
17- ]
15+ "matchPackageNames" : [" n8nio/n8n" , " n8n" ]
1816 },
1917 {
2018 "matchFileNames" : [" charts/**" ],
3028 "customManagers" : [
3129 {
3230 "customType" : " regex" ,
33- "managerFilePatterns" : [
34- " /(^|/)Chart\\ .ya?ml$/"
35- ],
31+ "managerFilePatterns" : [" /(^|/)Chart\\ .ya?ml$/" ],
3632 "matchStrings" : [
3733 " #\\ s*renovate:\\ s*datasource=(?<datasource>\\ S+)\\ s*depName=(?<depName>\\ S+)(?:\\ s*versioning=(?<versioning>\\ S+))?[\\ s\\ S]*?appVersion\\ s*:\\ s*\" ?(?<currentValue>[^\"\\ n\\ r]*)\" ?"
3834 ],
You can’t perform that action at this time.
0 commit comments