Skip to content

Commit 639b6ba

Browse files
fix(renovate): move forkProcessing to main renovate.json config (#708)
1 parent 8fdf8eb commit 639b6ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

renovate-config.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
":semanticCommits",
1717
":semanticCommitTypeAll(chore)",
1818
],
19-
"forkProcessing": "enabled",
2019
"labels": [
2120
"dependencies",
2221
"{{categories}}"

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>LizardByte/.github:renovate-config"
5-
]
5+
],
6+
"forkProcessing": "enabled"
67
}

0 commit comments

Comments
 (0)