File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "dependencyDashboardTitle" : " Renovate Dashboard 🤖" ,
4
- "extends" : [
5
- " :dependencyDashboard" ,
6
- " config:recommended" ,
7
- " helpers:pinGitHubActionDigests" ,
8
- " :disableRateLimiting" ,
9
- " :semanticCommits" ,
10
- " :timezone(Europe/Bucharest)" ,
11
- " github>mirceanton/renovate-config//auto-merge/all.json5" ,
12
- " github>mirceanton/renovate-config//labels/all.json5" ,
13
- " github>mirceanton/renovate-config//semantic-commits/all.json5"
14
- ],
15
- "packageRules" : [
16
- {
17
- "description" : " Auto-merge Helm Values" ,
18
- "matchManagers" : [" helm-values" ],
19
- "matchPackageNames" : [" /ghcr.io/mirceanton/external-dns-provider-mikrotik/" ],
20
- "automerge" : true ,
21
- "automergeType" : " branch" ,
22
- "matchUpdateTypes" : [" major" , " minor" , " patch" , " digest" ]
23
- }
24
- ]
3
+ "extends" : [ " github>mirceanton/renovate-config//default.json5" ]
25
4
}
You can’t perform that action at this time.
0 commit comments