Skip to content

Commit

Permalink
ci: renovate updates of buf build
Browse files Browse the repository at this point in the history
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
  • Loading branch information
artek-koltun committed Jan 17, 2024
1 parent f696b3b commit fca567d
Showing 1 changed file with 38 additions and 5 deletions.
43 changes: 38 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,46 @@
":semanticCommitTypeAll(ci)"
],
"schedule": [
"* 0 2 * *"
],
"* 0 2 * *"
],
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"matchUpdateTypes": [
"digest"
],
"automerge": true
},
{
"packageNames": [
"grpc/python"
],
"manager": "script",
"versioning": {
"matchScript": "jo page_size=250 | buf curl --schema=buf.build/bufbuild/buf --data @- https://buf.build/buf.alpha.registry.v1alpha1.PluginCurationService/ListCuratedPlugins | jq -r '.plugins[] | .owner + \"/\" + .name + \":\" + .version' | grep grpc",
"extractVersion": "jq -r .version"
}
}
],
"regexManagers": [
{
"fileMatch": [
"(^|\\/)buf.gen.yaml"
],
"matchStrings": [
"grpc/python:(?<currentValue>.*?)\\s"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "grpc/grpc"
},
{
"fileMatch": [
"(^|\\/)buf.gen.yaml"
],
"matchStrings": [
"protocolbuffers/python:(?<currentValue>.*?)\\s"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "protocolbuffers/protobuf"
}
]
}

}

0 comments on commit fca567d

Please sign in to comment.