diff options
Diffstat (limited to 'renovate.json')
| -rw-r--r-- | renovate.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/renovate.json b/renovate.json index 7190a60..144227e 100644 --- a/renovate.json +++ b/renovate.json | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | { | 1 | { |
| 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json" | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
| 3 | } | 3 | "commitMessagePrefix": "RenovateBot: ", |
| 4 | "packageRules": [ | ||
| 5 | { | ||
| 6 | "updateTypes": ["minor", "patch", "pin", "digest"], | ||
| 7 | "automerge": true | ||
| 8 | } | ||
| 9 | ] | ||
| 10 | } \ No newline at end of file | ||
