Skip to content

Commit

Permalink
fix: use fix prefix for action.yml
Browse files Browse the repository at this point in the history
To trigger a release with release-please when the action itself is
updated use the "fix" prefix for ./action.yml
  • Loading branch information
norman-zon committed Mar 5, 2024
1 parent 0ccdbd8 commit 70e9f3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"semanticCommitType": "fix",
"groupName": "github-actions",
"automerge": true
},
{
"description": "Use fix prefix for action.yml updates, so release-please recognizes them as patch updates",
"matchFileNames": ["action.yml"],
"matchManagers": ["github-actions"],
"commitMessagePrefix": "fix"
}
]
}

0 comments on commit 70e9f3d

Please sign in to comment.