Skip to content

Commit

Permalink
chore: Make semantic commit scope indicate category of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Sep 3, 2024
1 parent 43f7b3c commit a957c8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"description": "Add gh-actions and dependencies labels to GitHub Action dependency updates",
"matchManagers": [
"github-actions"
]
],
"semanticCommitScope": "gh-actions-deps"
},
{
"addLabels": [
Expand All @@ -32,7 +33,8 @@
"matchManagers": [
"poetry",
"pip_requirements"
]
],
"semanticCommitScope": "python-deps"
},
{
"commitMessageSuffix": " for the {{depTypes}} group(s)",
Expand Down

0 comments on commit a957c8b

Please sign in to comment.