Skip to content

Commit

Permalink
Merge pull request #59 from koterpillar/fix-commit-type-for-docker-ba…
Browse files Browse the repository at this point in the history
…se-image

fix(renovate): Use fix semantic commit type for Docker base image
  • Loading branch information
koterpillar authored Apr 26, 2024
2 parents 618bb1f + c019b43 commit b185da7
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 @@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchFileNames": ["Dockerfile"],
"semanticCommitType": "fix"
}
]
}

0 comments on commit b185da7

Please sign in to comment.