Skip to content

Commit 4908289

Browse files
committed
ci: try triggering renovate by moving config to root & add forkProcessing
Renovate skipped this repo originally because it was a fork. But now even after detaching from the upstream, it still doesn't pick up this repo. So I'm following some suggestions from the online communities to trigger it. Let's see if it works.
1 parent eefb73b commit 4908289

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>haoqunjiang/renovate-presets:npm.json5"],
4+
"forkProcessing": "enabled",
45
}

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>haoqunjiang/renovate-presets:npm.json5"]
4+
}

0 commit comments

Comments
 (0)