Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
efc0e1ca2c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      renovate.json

2
renovate.json

@ -60,7 +60,7 @@
], ],
"datasourceTemplate": "git-tags", "datasourceTemplate": "git-tags",
"versioningTemplate": "regex:^v?(?<compatibility>\\d+)\\.(?<major>\\d+)", "versioningTemplate": "regex:^v?(?<compatibility>\\d+)\\.(?<major>\\d+)",
"extractVersionTemplate": "^v(?<version>\\d+\\.\\d+*)\\..*$" "extractVersionTemplate": "^v(?<version>\\d+\\.\\d+)\\..*$"
} }
] ]
} }

Loading…
Cancel
Save