Skip to content

Commit

Permalink
ci: update GitHub Actions as fix commits, triggering releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed Nov 3, 2023
1 parent 952dad7 commit af7cc07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>vidavidorra/.github"]
"extends": ["local>vidavidorra/.github"],
"packageRules": [
{
"description": "Update GitHub Actions as fix commits",
"matchManagers": ["github-actions"],
"extends": [":semanticPrefixFix"]
}
]
}

0 comments on commit af7cc07

Please sign in to comment.