Skip to content

Commit 33e17a1

Browse files
committed
create renovate update PRs against feature/renovate branch
1 parent fbf69e8 commit 33e17a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"extends": [
44
"local>bcgov/renovate-config"
55
],
6+
"branchPrefix": "feature/",
7+
"baseBranches": ["feature/renovate"],
8+
"recreateWhen": "never",
69
"includePaths": [
7-
"microservices/gatewayApi/**"
10+
"microservices/gatewayApi/**",
11+
".github/**"
812
]
913
}

0 commit comments

Comments
 (0)