Skip to content

Commit

Permalink
chore(.github/renovate.json5): fix matchFileNames for tests (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Jan 11, 2025
1 parent ae1e007 commit 3f086a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
// set semantic commit types
{
matchFileNames: ["tests/"],
matchFileNames: ["tests/**"],
semanticCommitType: "test",
},
],
Expand Down

0 comments on commit 3f086a3

Please sign in to comment.