Skip to content

Commit 348efd1

Browse files
committed
renovate add hostRules
1 parent bfb4676 commit 348efd1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate"]
3+
"extends": ["github>Boshen/renovate"],
4+
"hostRules": [
5+
{
6+
"matchHost": "github.com",
7+
"token": "{{ secrets.GITHUB_TOKEN }}"
8+
}
9+
]
410
}

0 commit comments

Comments
 (0)