chore: add semantic commits to renovate configuration (#2760)
* Add semantic commits to Renovate configuration * Fix formatting issue in renovate.json
This commit is contained in:
parent
149d53b9c6
commit
6acc2e9b3f
1 changed files with 5 additions and 1 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended", ":dependencyDashboardApproval"],
|
"extends": [
|
||||||
|
"config:recommended",
|
||||||
|
":dependencyDashboardApproval",
|
||||||
|
":semanticCommits"
|
||||||
|
],
|
||||||
"labels": ["Dependencies"],
|
"labels": ["Dependencies"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue