Skip to content

Commit 0bc8919

Browse files
chore(config): migrate config renovate.json (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1de19d3 commit 0bc8919

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
3+
"extends": ["config:recommended"],
44
"timezone": "Pacific/Auckland",
55
"schedule": ["before 6am on monday"],
66
"labels": ["dependencies"],
77
"postUpdateOptions": ["gomodTidy"],
88
"osvVulnerabilityAlerts": true,
9-
"lockFileMaintenance": { "enabled": true },
9+
"lockFileMaintenance": {
10+
"enabled": true
11+
},
1012
"packageRules": [
1113
{
1214
"matchUpdateTypes": ["major"],
1315
"groupName": "Major Updates",
1416
"enabled": true
1517
},
1618
{
17-
"matchLanguages": ["golang"],
19+
"matchCategories": ["golang"],
1820
"groupName": "osv-detector minor"
1921
},
2022
{

0 commit comments

Comments
 (0)