Skip to content

Commit 2ca08fc

Browse files
authored
Add basic renovate config (#258)
1 parent 097caf8 commit 2ca08fc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ jobs:
2020

2121
- name: Self-hosted Renovate
2222
uses: renovatebot/github-action@v40.1.5
23+
env:
24+
RENOVATE_REPOSITORY: ${{ github.repository }}
2325
with:
2426
token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)