Skip to content

Commit 57671e8

Browse files
anubhav756kurtisvg
andauthored
chore: Update renovate config to group kokoro dependency upgrades. (#82)
* chore: Update renovate config to group kokoro dependency upgrades. * Update renovate.json5 --------- Co-authored-by: Kurtis Van Gent <[email protected]>
1 parent 1b2f19d commit 57671e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json5

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"groupName": "python-nonmajor",
4141
"matchLanguages": ["python"],
4242
"matchUpdateTypes": ["minor", "patch"]
43+
},
44+
{
45+
"groupName": "kokoro dependencies",
46+
"matchFileNames": [".kokoro/**"],
4347
}
4448
]
45-
}
49+
}

0 commit comments

Comments
 (0)