Skip to content

Commit

Permalink
custom bitwarden versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Nov 23, 2024
1 parent 6b1a5cc commit f997d7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
],
"datasourceTemplate": "docker",
"depNameTemplate": "renovate/renovate"
},
{
"customType": "regex",
"fileMatch": [
"aqua\\.yaml"
],
"depNameTemplate": "bitwarden/clients",
"versioningTemplate": "regex:(?<compatibility>cli)-(?<currentValue>.*)?"
}
]
}

0 comments on commit f997d7a

Please sign in to comment.