Ver Fonte

Merge pull request #262 from cschug/renovate_heimdall

fix: avoid using negative lookaheads which Renovate doesn't understand
Christoph Schug há 2 anos atrás
pai
commit
bd83d71be3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      renovate.json

+ 1 - 1
renovate.json

@@ -64,7 +64,7 @@
       "packagePatterns": [
       "packagePatterns": [
         "^([^/]+\\/)*heimdall(:.+)?$"
         "^([^/]+\\/)*heimdall(:.+)?$"
       ],
       ],
-      "versioning": "regex:^(?<major>(?!2021)\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
+      "versioning": "regex:^(?<major>\\d{1,2})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
     }
     }
   ],
   ],
   "separateMinorPatch": true
   "separateMinorPatch": true