mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-30 23:40:09 +00:00
chore: make renovate be less spamy
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"ignorePaths": ["website/"]
|
||||
"extends": ["config:recommended", ":semanticCommitTypeAll(chore)"],
|
||||
"semanticCommits": "enabled",
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"schedule": ["before 1pm"]
|
||||
},
|
||||
"ignorePaths": ["website/"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch", "minor"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"groupName": "patch/minor dependencies",
|
||||
"groupSlug": "all-non-major"
|
||||
}
|
||||
],
|
||||
"schedule": ["every weekday"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user