main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
394 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
---|
| 3 | "extends": ["config:base"],
|
---|
| 4 | "lockFileMaintenance": {
|
---|
| 5 | "enabled": true,
|
---|
| 6 | "automerge": true
|
---|
| 7 | },
|
---|
| 8 | "rangeStrategy": "replace",
|
---|
| 9 | "postUpdateOptions": ["yarnDedupeHighest"],
|
---|
| 10 | "packageRules": [
|
---|
| 11 | {
|
---|
| 12 | "matchUpdateTypes": ["minor", "patch"],
|
---|
| 13 | "matchCurrentVersion": "!/^0/",
|
---|
| 14 | "automerge": true
|
---|
| 15 | }
|
---|
| 16 | ]
|
---|
| 17 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.