Skip to content

Commit a7d1c76

Browse files
committed
ci: renovate updates of buf build
Signed-off-by: Artsiom Koltun <artsiom.koltun@intel.com>
1 parent f696b3b commit a7d1c76

1 file changed

Lines changed: 28 additions & 5 deletions

File tree

.github/renovate.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,36 @@
55
":semanticCommitTypeAll(ci)"
66
],
77
"schedule": [
8-
"* 0 2 * *"
9-
],
8+
"* 0 2 * *"
9+
],
1010
"packageRules": [
1111
{
12-
"matchUpdateTypes": ["digest"],
12+
"matchUpdateTypes": [
13+
"digest"
14+
],
1315
"automerge": true
1416
}
17+
],
18+
"regexManagers": [
19+
{
20+
"fileMatch": [
21+
"(^|\\/)buf.gen.yaml"
22+
],
23+
"matchStrings": [
24+
"grpc/python:(?<currentValue>.*?)\\s"
25+
],
26+
"datasourceTemplate": "github-tags",
27+
"depNameTemplate": "grpc/grpc"
28+
},
29+
{
30+
"fileMatch": [
31+
"(^|\\/)buf.gen.yaml"
32+
],
33+
"matchStrings": [
34+
"protocolbuffers/python:(?<currentValue>.*?)\\s"
35+
],
36+
"datasourceTemplate": "github-tags",
37+
"depNameTemplate": "protocolbuffers/protobuf"
38+
}
1539
]
16-
}
17-
40+
}

0 commit comments

Comments
 (0)