this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Renovate: allow the Factorio version schema.

+7
+7
.github/renovate/customVersionSchemes.json5
··· 14 14 "registry.samipsolutions.fi/docker/fireflyiii/core", 15 15 "registry.samipsolutions.fi/docker/fireflyiii/data-importer" 16 16 ] 17 + }, 18 + { 19 + "matchDatasources": ["docker"], 20 + "versioning": "regex:^stable-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)+$", 21 + "matchPackageNames": [ 22 + "factoriotools/factorio", 23 + ] 17 24 } 18 25 ] 19 26 }