We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb4676 commit 348efd1Copy full SHA for 348efd1
.github/renovate.json
@@ -1,4 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>Boshen/renovate"]
+ "extends": ["github>Boshen/renovate"],
4
+ "hostRules": [
5
+ {
6
+ "matchHost": "github.com",
7
+ "token": "{{ secrets.GITHUB_TOKEN }}"
8
+ }
9
+ ]
10
}
0 commit comments