Skip to content

Commit 19498eb

Browse files
ci(renovate): update config
1 parent 5f8b090 commit 19498eb

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.renovaterc.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11
{
22
"$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" ]
254
}

0 commit comments

Comments
 (0)