Skip to content

Commit

Permalink
refactor(group-by-manager): include depname for regex resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Oct 22, 2024
1 parent 41c9697 commit 66a6883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .trunk/renovate-config-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If npm global install package renovate is not found then install `npm install --global renovate`
if ! command -v renovate-config-validator &>/dev/null; then
echo "renovate-config-validator could not be found, installing..."
npm install --global renovate-config-validator
npm install --global renovate
fi

# Define an array of JSON files to validate
Expand Down
2 changes: 1 addition & 1 deletion group-by-manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"matchManagers": ["regex"],
"groupName": "regex",
"commitMessageTopic": "⬆️ regex matched resources",
"commitMessageTopic": "⬆️ regex matched {{depName}}",
"automerge": true
},
{
Expand Down

0 comments on commit 66a6883

Please sign in to comment.