Browse Source

Merge pull request #255 from cschug/renovate_separate_minor_patch

fix: enable `separateMinorPatch` flag in Renovate
Christoph Schug 2 years ago
parent
commit
d209950e1e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      renovate.json

+ 2 - 1
renovate.json

@@ -38,5 +38,6 @@
         "^([^/]+\\/)*(mariadb|mysql)(:.*)?$"
       ]
     }
-  ]
+  ],
+  "separateMinorPatch": true
 }