1
0
Fork 0
cautious-journey/renovate.json

13 lines
244 B
JSON
Raw Normal View History

2020-08-23 17:57:41 +00:00
{
"extends": [
"config:base",
":semanticCommitTypeAll(update)",
":semanticCommitScopeDisabled"
],
2021-04-03 23:20:29 +00:00
"branchPrefix": "update/",
"packageRules": [{
"matchPackagePrefixes": ["@gitbeaker"],
"groupName": "gitbeaker"
}]
2020-08-23 17:57:41 +00:00
}