Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
63fc3258c7
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+)",
"extractVersion": "^v(?<version>\\d+\\.\\d+*)\\..*$" "extractVersionTemplate": "^v(?<version>\\d+\\.\\d+*)\\..*$"
} }
] ]
} }

Loading…
Cancel
Save