Skip to content

Commit bc2e4f8

Browse files
committed
chore: update renovate config
1 parent 4b17f84 commit bc2e4f8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
":prHourlyLimitNone",
6-
":prConcurrentLimitNone",
5+
"schedule:monthly",
76
"group:allNonMajor",
8-
":enableVulnerabilityAlerts",
97
":dependencyDashboard",
10-
"schedule:monthly"
8+
":prHourlyLimitNone",
9+
":prConcurrentLimitNone",
10+
":enableVulnerabilityAlerts"
1111
],
12-
"labels": ["dependencies"]
12+
"labels": ["dependencies"],
13+
"rangeStrategy": "bump"
1314
}

0 commit comments

Comments
 (0)