diff options
author | Matthias Benkard <code@mulk.eu> | 2023-02-06 16:18:21 +0000 |
---|---|---|
committer | Matthias Benkard <code@mulk.eu> | 2023-02-06 16:18:21 +0000 |
commit | ab27bb54fc8571d1389a9effdb47f1a2c9d772fe (patch) | |
tree | 423921d7dd20fc81c40f9368ff792bc1d494fafb | |
parent | 6547e96d596ee0b05478c6352e97d238214ae3ac (diff) |
Renovate: Automerge minor updates.
-rw-r--r-- | renovate.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index f5b3f37..dc61a63 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json" -, "extends": ["local>mulk/renovate-config"] +, "extends": + [ "local>mulk/renovate-config" + , ":automergeMinor" + ] , "ignoreDeps": ["snowpack"] } |