Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Nov 10, 2024
1 parent b17555f commit 538d6ec
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"$schema": "https://json.schemastore.org/renovate.json",
"extends": [
"config:recommended"
"config:best-practices"
],
"schedule": [
"before 4:00am on Sunday"
],
"labels": [
"renovate"
],
"timezone": "Asia/Tokyo",
"prHourlyLimit": 0,
"automerge": false,
"rangeStrategy": "bump",
"branchConcurrentLimit": 0,
"enabledManagers": [
"pep621",
"github-actions"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": [
"github-actions"
]
},
{
"groupName": "dependencies",
"matchDepTypes": [
"project.dependencies"
]
},
{
"groupName": "devDependencies",
"matchDepTypes": [
"tool.uv.dev-dependencies"
]
},
{
"groupName": "discord",
"matchPackageNames": [
"discord-py"
]
}
]
}

0 comments on commit 538d6ec

Please sign in to comment.