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 542c98f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@
],
"datasourceTemplate": "docker",
"depNameTemplate": "renovate/renovate"
},
{
"customType": "regex",
"datasourceTemplate": "github-releases",
"depNameTemplate": "bitwarden/clients",
"extractVersionTemplate": "^cli-(?<version>.*)$",
"fileMatch": [
"\\.?aqua\\.ya?ml"
],
"matchStrings": [
" +(?:version|'version'|\"version\") *: +cli-(?<currentValue>[^'\" \\n]+) +# renovate: depName=bitwarden/clients[ \\n]",
" +(?:version|'version'|\"version\") *: +'cli-(?<currentValue>[^'\" \\n]+)' +# renovate: depName=bitwarden/clients[ \\n]",
" +(?:version|'version'|\"version\") *: +\"cli-(?<currentValue>[^'\" \\n]+)\" +# renovate: depName=bitwarden/clients[ \\n]",
" +(?:name|'name'|\"name\") *: +bitwarden/clients@cli-(?<currentValue>[^'\" \\n]+)",
" +(?:name|'name'|\"name\") *: +'bitwarden/clients@cli-(?<currentValue>[^'\" \\n]+)'",
" +(?:name|'name'|\"name\") *: +\"bitwarden/clients@cli-(?<currentValue>[^'\" \\n]+)\""
],
"packageNameTemplate": "bitwarden/clients"
}
]
}

0 comments on commit 542c98f

Please sign in to comment.