forked from github/cinny
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:
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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user