Skip to content

Commit 32b5b23

Browse files
authored
chore: configure functions/ to update in one PR (GoogleCloudPlatform#1501)
1 parent 1765726 commit 32b5b23

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
],
1717
"branchPrefix": "renovate/{{parentDir}}-",
1818
"prConcurrentLimit": 10,
19-
"dependencyDashboard": true
19+
"dependencyDashboard": true,
20+
"packageRules": [
21+
{
22+
"matchPaths": ["functions/**"],
23+
"branchPrefix": "renovate/functions-"
24+
}
25+
]
2026
}

0 commit comments

Comments
 (0)