Skip to content

Commit

Permalink
ci: handle jq
Browse files Browse the repository at this point in the history
  • Loading branch information
mikutas committed Sep 11, 2023
1 parent 2db052d commit b0777f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,24 @@
],
"datasourceTemplate": "docker",
"depNameTemplate": "renovate/renovate"
},
{
"customType": "regex",
"datasourceTemplate": "github-releases",
"depNameTemplate": "jqlang/jq",
"extractVersionTemplate": "^jq-(?<version>.*)$",
"fileMatch": [
"\\.?aqua\\.ya?ml"
],
"matchStrings": [
" +(?:version|'version'|\"version\") *: +jq-(?<currentValue>[^'\" \\n]+) +# renovate: depName=jqlang/jq[ \\n]",
" +(?:version|'version'|\"version\") *: +'jq-(?<currentValue>[^'\" \\n]+)' +# renovate: depName=jqlang/jq[ \\n]",
" +(?:version|'version'|\"version\") *: +\"jq-(?<currentValue>[^'\" \\n]+)\" +# renovate: depName=jqlang/jq[ \\n]",
" +(?:name|'name'|\"name\") *: +jqlang/jq@jq-(?<currentValue>[^'\" \\n]+)",
" +(?:name|'name'|\"name\") *: +'jqlang/jq@jq-(?<currentValue>[^'\" \\n]+)'",
" +(?:name|'name'|\"name\") *: +\"jqlang/jq@jq-(?<currentValue>[^'\" \\n]+)\""
],
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)?$"
}
]
}

0 comments on commit b0777f5

Please sign in to comment.