Skip to content

Commit

Permalink
ci: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Nov 26, 2023
1 parent 6ac2e55 commit 72ccabc
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
{
"extends": ["config:base"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-lib",
":semanticPrefixChore",
":prHourlyLimitNone",
":prConcurrentLimitNone",
":enableVulnerabilityAlerts",
":dependencyDashboard",
"schedule:weekends"
],
"packageRules": [
{
"excludePackageNames": ["vuepress"],
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
"matchPackagePatterns": ["*"]
},
{
"matchPackageNames": ["vite"],
"matchUpdateTypes": ["patch"]
}
],
"lockFileMaintenance": {
"enabled": true,
"commitMessageAction": "update lockfile",
"platformAutomerge": true,
"extends": ["group:allNonMajor", "schedule:weekly"],
"packageRules": [
{
"excludePackageNames": ["vuepress"],
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
"matchPackagePatterns": ["*"]
}
]
}
}

0 comments on commit 72ccabc

Please sign in to comment.