Skip to content

Commit

Permalink
ci: enable semantic commits in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbocc committed Aug 8, 2023
1 parent 2e567e5 commit 5b6ad71
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"extends": [
"config:base"
"config:base",
":rebaseStalePrs",
":semanticCommits"
],
"packageRules": [
{
"description": "Updates to GitHub Actions should be tagged as 'ci'",
"matchPaths": [
".github/workflows/*.yml",
".github/workflows/*.yaml"
],
"semanticCommitType": "ci"
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
Expand Down

0 comments on commit 5b6ad71

Please sign in to comment.