Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json (#656)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent f01ab65 commit 7e6dd08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:allNonMajor"],
"extends": ["config:recommended", "group:allNonMajor"],
"rebaseWhen": "behind-base-branch",
"ignoreDeps": ["pnpm", "node"],
"semanticCommits": "enabled",
Expand All @@ -9,13 +9,13 @@
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"prConcurrentLimit": 5,
"includeForks": true,
"forkProcessing": "enabled",
"prHourlyLimit": 0,
"timezone": "UTC",
"packageRules": [
{
"matchPackageNames": ["skyhelper-networth"],
"updateTypes": ["minor"],
"matchUpdateTypes": ["minor"],
"automerge": true
},
{
Expand Down

0 comments on commit 7e6dd08

Please sign in to comment.