Skip to content

Commit

Permalink
chore: Update exception pattern for Dependabot, not Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 28, 2024
1 parent fe47b04 commit 3aed81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
exit 0;
fi
if echo "$PR_TITLE" | grep -E '^chore(\(deps\))?: update '; then
if echo "$PR_TITLE" | grep -E '^chore(\(deps\))?: bump '; then
echo "Exception / OK: Dependabot update pattern"
exit 0;
fi
Expand Down

0 comments on commit 3aed81b

Please sign in to comment.