Skip to content

Commit

Permalink
Merge pull request #48 from FineArchs/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
FineArchs authored Dec 29, 2023
2 parents 12bab06 + aa7b5bf commit ebe0395
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
dependencyDashboard: true,
prConcurrentLimit: 0,
configMigration: true,
extends: [
"group:allNonMajor",
],
packageRules: [
{
major: true,
separateMultipleMajor: true,
packageRules: [
{
groupName: "stylelint",
matchDepNames: "stylelint",
},
],
},
],
}

0 comments on commit ebe0395

Please sign in to comment.