Skip to content

Commit

Permalink
chore: it's now safe to move renovate config into .github
Browse files Browse the repository at this point in the history
Turns out renovate wasn't opening PRs only because:
1. issue not enabled in the repo
2. the config file contained an invalid key

Now that these issues are fixed, we can move the config file into
.github to avoid overcrowding the root directory.
  • Loading branch information
haoqunjiang committed Feb 28, 2025
1 parent f34fb9f commit 1413980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>haoqunjiang/renovate-presets:npm.json5"],
"forkProcessing": "enabled"
}

0 comments on commit 1413980

Please sign in to comment.