Skip to content

Commit 2903ec6

Browse files
authored
chore(renovate): run renovate only on beta (#5727)
1 parent 91fff1f commit 2903ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"enabledManagers": ["dockerfile", "github-actions", "npm"],
44
"extends": ["config:base", ":combinePatchMinorReleases"],
5+
"baseBranches": ["beta"],
6+
"targetBranches": ["beta"],
57
"assignees": ["team:console"],
68
"assigneesSampleSize": 1,
79
"reviewers": ["team:console"],

0 commit comments

Comments
 (0)