Skip to content

Commit 63fec9a

Browse files
sispyajo
authored andcommitted
build(renovate): configure semantic commit type build
1 parent 41c7311 commit 63fec9a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

renovate.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": ["config:recommended", ":semanticCommitType(build)"],
44
"nix": {
55
"enabled": true
66
},
@@ -17,14 +17,6 @@
1717
{
1818
"matchManagers": ["github-actions"],
1919
"addLabels": ["github_actions"]
20-
},
21-
{
22-
"matchPackageNames": ["*"],
23-
"semanticCommitType": "build"
24-
},
25-
{
26-
"matchDepTypes": ["dependencies"],
27-
"semanticCommitType": "fix"
2820
}
2921
]
3022
}

0 commit comments

Comments
 (0)