Skip to content

Commit

Permalink
chore: use loose versioning for LizardByte packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Nov 18, 2023
1 parent a84fbbe commit a55cff7
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
Expand Up @@ -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 a55cff7

Please sign in to comment.