Przeglądaj źródła

Merge pull request #262 from cschug/renovate_heimdall

fix: avoid using negative lookaheads which Renovate doesn't understand
Christoph Schug 2 lat temu
rodzic
commit
bd83d71be3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      renovate.json

+ 1 - 1
renovate.json

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