Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Update Renovate Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Dec 5, 2024
1 parent de9ca74 commit 6f34ff0
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:base", "group:allNonMajor"],
"rebaseWhen": "behind-base-branch",
"ignoreDeps": ["pnpm", "node"],
"semanticCommits": "enabled",
"labels": ["dependencies"],
"schedule": ["* 0 * * *"],
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"prConcurrentLimit": 5,
"includeForks": true,
"prHourlyLimit": 0,
"timezone": "UTC",
"assignees": ["kathund"],
"reviewers": ["kathund"],
"schedule": "before 5am every weekday",
"ignoreDeps": ["pnpm", "node"],
"npm": {
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"commitMessagePrefix": "chore(deps):"
}
]
}
"packageRules": [
{
"matchPackageNames": ["skyhelper-networth"],
"updateTypes": ["minor"],
"automerge": true
}
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"commitMessagePrefix": "chore(deps):"
}
]
}

0 comments on commit 6f34ff0

Please sign in to comment.