update renovate json

nulfrost 7f22674c 080ab643

Changed files
+12 -16
.github
+12 -16
.github/renovate.json5
··· 1 1 { 2 - branchPrefix: "maintenance/", 3 - username: "renovate-release", 4 - gitAuthor: "Renovate Bot <bot@renovateapp.com>", 5 - onboarding: false, 6 - prConcurrentLimit: 0, 7 - prHourlyLimit: 5, 8 - platform: "github", 9 - repositories: ["nulfrost/dane.computer"], 2 + "extends": ["config:base"], 3 + "branchPrefix": "maintenance/", 4 + "username": "renovate-release", 5 + "gitAuthor": "Renovate Bot <bot@renovateapp.com>", 6 + "onboarding": false, 7 + "prConcurrentLimit": 0, 8 + "prHourlyLimit": 5, 9 + "dependencyDashboardApproval": false, 10 + "minimumReleaseAge": "0", 10 11 "packageRules": [ 11 12 { 12 - "matchUpdateTypes": ["minor"], 13 + "matchUpdateTypes": ["minor", "patch"] 13 14 } 14 - ], 15 - dependencyDashboardApproval: false, 16 - minimumReleaseAge: "0", 17 - "lockFileMaintenance": { 18 - "enabled": true 19 - } 20 - } 15 + ] 16 + }