aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json55
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index ecbc5a60..c45bb91d 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -12,6 +12,11 @@
},
"packageRules": [
{
+ "description": "Automerge non-major updates",
+ "matchUpdateTypes": ["minor", "patch"],
+ "automerge": true
+ },
+ {
matchDatasources: [
"maven"
],