Skip to content

Commit

Permalink
fix(renovate): commit type should be fix when template files are af…
Browse files Browse the repository at this point in the history
…fected
  • Loading branch information
dafyddj committed Nov 15, 2024
1 parent e2f9d82 commit 9129dd7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/template/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down
4 changes: 4 additions & 0 deletions test/GenerateProject/renovate_json5.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down
4 changes: 4 additions & 0 deletions test/GenerateProject/template_renovate_json5.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down
4 changes: 4 additions & 0 deletions test/GenerateProjectWithName/renovate_json5.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down
4 changes: 4 additions & 0 deletions test/GenerateProjectWithName/template_renovate_json5.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"enabled": true
},
"packageRules": [
{
"matchFileNames": ["template/**"],
"semanticCommitType": "fix",
},
{
"matchManagers": ["git-submodules"],
"automerge": true,
Expand Down

0 comments on commit 9129dd7

Please sign in to comment.