Skip to content

Commit

Permalink
Update renovate.json to match other repos (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Jun 13, 2024
1 parent f9cca51 commit a703666
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":combinePatchMinorReleases",
":dependencyDashboard",
":maintainLockFilesWeekly",
":pinAllExceptPeerDependencies",
":prConcurrentLimit10",
":rebaseStalePrs",
":separateMajorReleases",
"group:monorepos",
"schedule:weekends"
],
"enabledManagers": ["cargo", "github-actions", "npm", "nuget"],
"commitMessagePrefix": "[deps]:",
"commitMessageTopic": "{{depName}}",
"extends": ["github>bitwarden/renovate-config"],
"enabledManagers": ["github-actions", "npm", "nuget"],
"packageRules": [
{
"groupName": "cargo minor",
"matchManagers": ["cargo"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
Expand Down

0 comments on commit a703666

Please sign in to comment.