Skip to content

Commit 18d5412

Browse files
dbasunagclaude
andcommitted
chore: update renovate config
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 866849e commit 18d5412

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

renovate.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":dependencyDashboardApproval",
5+
":prHourlyLimitNone",
6+
":dependencyDashboard",
67
":maintainLockFilesWeekly",
7-
":prHourlyLimitNone"
8+
":semanticCommitTypeAll(chore)"
89
],
910
"prConcurrentLimit": 0,
10-
"lockFileMaintenance": {
11+
"rangeStrategy": "update-lockfile",
12+
"commitBody": "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
13+
"labels": ["dependencies"],
14+
"vulnerabilityAlerts": {
1115
"enabled": true,
12-
"dependencyDashboardApproval": false
16+
"labels": ["security"]
1317
},
1418
"baseBranchPatterns": [
1519
"main"
@@ -56,7 +60,7 @@
5660
"before 6pm on wednesday"
5761
],
5862
"prPriority": 5,
59-
"dependencyDashboardApproval": false
63+
"pinDigests": true
6064
}
6165
]
6266
}

0 commit comments

Comments
 (0)