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 <[email protected]>
  • Loading branch information
artek-koltun committed Jan 17, 2024
1 parent f696b3b commit 993067d
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,36 @@
":semanticCommitTypeAll(ci)"
],
"schedule": [
"* 0 2 * *"
],
"* 0 2 * *"
],
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"matchUpdateTypes": [
"digest"
],
"automerge": true
}
],
"regexManagers": [
{
"fileMatch": [
"(^|\\/)buf.gen.yaml"
],
"matchStrings": [
"grpc/python:(?<currentValue>.*?\\s"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "buf.build/grpc/python"
},
{
"fileMatch": [
"(^|\\/)buf.gen.yaml"
],
"matchStrings": [
"protocolbuffers/python:(?<currentValue>.*?\\s"
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "buf.build/protocolbuffers/python"
}
]
}

}

0 comments on commit 993067d

Please sign in to comment.