8000 Configure Renovate (#2557) · dalequark/python-docs-samples@af6601f · GitHub
[go: up one dir, main page]

Skip to content

Commit af6601f

Browse files
Configure Renovate (GoogleCloudPlatform#2557)
* Add renovate.json * Update renovate.json * Try "masterIssue" config. Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
1 parent fce80fb commit af6601f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"prConcurrentLimit": 5,
6+
"rebaseStalePrs": true,
7+
"masterIssue": true
8+
}

0 commit comments

Comments
 (0)
0