Skip to content

Commit 284ffa5

Browse files
committed
chore: better renovate config
1 parent b3c564c commit 284ffa5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@
1818
"matchDepNames": ["Microsoft.CodeAnalysis.CSharp"],
1919
"matchFileNames": ["KubeOps.Generator.csproj"],
2020
"enabled": false
21+
},
22+
{
23+
"matchFileNames": ["src/**/*"],
24+
"semanticCommitType": "fix",
25+
"semanticCommitScope": "dependencies"
26+
},
27+
{
28+
"matchFileNames": ["test/**/*"],
29+
"semanticCommitType": "chore",
30+
"semanticCommitScope": "test dependencies"
31+
},
32+
{
33+
"matchFileNames": ["docs/**/*"],
34+
"semanticCommitType": "chore",
35+
"semanticCommitScope": "docs dependencies"
2136
}
2237
]
2338
}

0 commit comments

Comments
 (0)