Skip to content

Commit 173b2ed

Browse files
committed
add config with onboarding
1 parent bebc37d commit 173b2ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
"platform": "github",
4+
"autodiscover": true,
5+
"onboarding": true
6+
}

.github/workflows/update_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: actions/checkout@v4
2121
- name: Setup node
2222
uses: actions/setup-node@v4
23-
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover true
23+
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --log-level debug

0 commit comments

Comments
 (0)