We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097caf8 commit 2ca08fcCopy full SHA for 2ca08fc
.github/renovate.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base"
5
+ ]
6
+}
.github/workflows/renovate.yml
@@ -20,5 +20,7 @@ jobs:
20
21
- name: Self-hosted Renovate
22
uses: renovatebot/github-action@v40.1.5
23
+ env:
24
+ RENOVATE_REPOSITORY: ${{ github.repository }}
25
with:
26
token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments