Skip to content

Commit

Permalink
chore: use loose versioning for LizardByte packages (#291)
Browse files Browse the repository at this point in the history
rarkins authored Nov 18, 2023
1 parent a84fbbe commit d8772c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate-config.json5
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
// match LizardByte's GitHub actions
"matchManagers": ["github-actions"],
"matchPackagePatterns": ["^LizardByte/"],
"ignoreUnstable": false, // renovate using semver to determine stability, which does not align with our tags
"versioning": "loose", // loose versioning will mean sha suffixes are sorted alphabetically so essentially ignored
}
]
}

0 comments on commit d8772c8

Please sign in to comment.