Skip to content

Commit

Permalink
build(renovate): configure semantic commit type build
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp authored and yajo committed Nov 4, 2024
1 parent 41c7311 commit 63fec9a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", ":semanticCommitType(build)"],
"nix": {
"enabled": true
},
Expand All @@ -17,14 +17,6 @@
{
"matchManagers": ["github-actions"],
"addLabels": ["github_actions"]
},
{
"matchPackageNames": ["*"],
"semanticCommitType": "build"
},
{
"matchDepTypes": ["dependencies"],
"semanticCommitType": "fix"
}
]
}

0 comments on commit 63fec9a

Please sign in to comment.