diff options
| author | diogo464 <[email protected]> | 2024-02-06 07:28:32 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-02-06 07:28:32 +0000 |
| commit | 6f4029674a05e5d8e9292ca8a4c44cb2c017991e (patch) | |
| tree | 5d5c7217d46f0094c8988bca0ae94f2c594206c8 | |
| parent | 36a0d84041883fa49e0d96508ce0f230bbf1bbe1 (diff) | |
Update renovate.json
| -rw-r--r-- | renovate.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/renovate.json b/renovate.json index 23cbc3f..350f377 100644 --- a/renovate.json +++ b/renovate.json | |||
| @@ -1,14 +1,6 @@ | |||
| 1 | { | 1 | { |
| 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | "platformAutomerge": true, | 3 | "extends": [ |
| 4 | "packageRules": [ | 4 | "local>infra/renovate" |
| 5 | { | ||
| 6 | "matchUpdateTypes": [ | ||
| 7 | "minor", | ||
| 8 | "patch" | ||
| 9 | ], | ||
| 10 | "matchCurrentVersion": "!/^0/", | ||
| 11 | "automerge": true | ||
| 12 | } | ||
| 13 | ] | 5 | ] |
| 14 | } | 6 | } |
