We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de19d3 commit 0bc8919Copy full SHA for 0bc8919
renovate.json
@@ -1,20 +1,22 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
+ "extends": ["config:recommended"],
4
"timezone": "Pacific/Auckland",
5
"schedule": ["before 6am on monday"],
6
"labels": ["dependencies"],
7
"postUpdateOptions": ["gomodTidy"],
8
"osvVulnerabilityAlerts": true,
9
- "lockFileMaintenance": { "enabled": true },
+ "lockFileMaintenance": {
10
+ "enabled": true
11
+ },
12
"packageRules": [
13
14
"matchUpdateTypes": ["major"],
15
"groupName": "Major Updates",
16
"enabled": true
17
},
18
- "matchLanguages": ["golang"],
19
+ "matchCategories": ["golang"],
20
"groupName": "osv-detector minor"
21
22
0 commit comments