Skip to content

Commit

Permalink
chore(git-sync): auto-applied semantic_commits.json5
Browse files Browse the repository at this point in the history
this file was auto-applied from pulumi
located here:
    - https://github.com/octodns-infomaniak/.github

Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR committed Nov 22, 2024
1 parent 944c207 commit 598d0c2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/renovate/semantic_commits.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(python)!: ",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
},
{
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["minor"],
"semanticCommitType": "feat",
"semanticCommitScope": "python",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
},
{
"matchDatasources": ["pypi"],
"matchUpdateTypes": ["patch"],
"semanticCommitType": "fix",
"semanticCommitScope": "python",
"commitMessageTopic": "",
"commitMessageExtra": "( → )"
},
]
}

0 comments on commit 598d0c2

Please sign in to comment.