|
| 1 | +{ |
| 2 | + "enabledManagers": ["npm"], |
| 3 | + "extends": [ |
| 4 | + "config:base", |
| 5 | + ":combinePatchMinorReleases" |
| 6 | + ], |
| 7 | + "assignees": ["@scaleway/console"], |
| 8 | + "prHourlyLimit": 5, |
| 9 | + "prConcurrentLimit": 10, |
| 10 | + "postUpdateOptions": ["yarnDedupeHighest"], |
| 11 | + "labels": ["dependencies"], |
| 12 | + "rangeStrategy": "pin", |
| 13 | + "semanticCommitType": "chore", |
| 14 | + "semanticCommitScope": "deps", |
| 15 | + "packageRules": [ |
| 16 | + { |
| 17 | + "semanticCommitScope": "devDeps", |
| 18 | + "matchDepTypes": ["devDependencies"], |
| 19 | + "matchUpdateTypes": ["major"] |
| 20 | + }, |
| 21 | + { |
| 22 | + "automerge": true, |
| 23 | + "automergeType": "branch", |
| 24 | + "semanticCommitScope": "devDeps", |
| 25 | + "matchDepTypes": ["devDependencies"], |
| 26 | + "matchUpdateTypes": ["minor", "patch"] |
| 27 | + }, |
| 28 | + { |
| 29 | + "labels": ["UPDATE-MAJOR"], |
| 30 | + "stabilityDays": 14, |
| 31 | + "matchUpdateTypes": ["major"] |
| 32 | + }, |
| 33 | + { |
| 34 | + "labels": ["UPDATE-MINOR"], |
| 35 | + "stabilityDays": 5, |
| 36 | + "matchUpdateTypes": ["minor"] |
| 37 | + }, |
| 38 | + { |
| 39 | + "labels": ["UPDATE-PATCH"], |
| 40 | + "stabilityDays": 1, |
| 41 | + "matchUpdateTypes": ["patch"] |
| 42 | + } |
| 43 | + ] |
| 44 | +} |
0 commit comments