We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13811da commit 866ecd9Copy full SHA for 866ecd9
renovate.json
@@ -1,15 +1,18 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>bitwarden/renovate-config"],
4
- "enabledManagers": ["github-actions", "nuget"],
5
- "commitMessagePrefix": "[deps]:",
6
- "commitMessageTopic": "{{depName}}",
+ "enabledManagers": ["github-actions", "npm", "nuget"],
7
"packageRules": [
8
9
"groupName": "gh minor",
10
"matchManagers": ["github-actions"],
11
"matchUpdateTypes": ["minor", "patch"]
12
},
+ {
+ "groupName": "npm minor",
13
+ "matchManagers": ["npm"],
14
+ "matchUpdateTypes": ["minor", "patch"]
15
+ },
16
17
"groupName": "nuget minor",
18
"matchManagers": ["nuget"],
0 commit comments