Skip to content
Snippets Groups Projects
Commit f64204b9 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: pin PRs should be sorted before digest ones

parent 294fc6b3
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ async function renovateRepository(repoConfig, token, loop = 1) {
// Sort branches
const sortOrder = [
'digest',
'pin',
'digest',
'patch',
'minor',
'major',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment