Skip to content

Commit

Permalink
Don't require changeset on renovate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Sep 11, 2023
1 parent 53dd061 commit 9d3f059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Ensure that any PR that changes packages has a changeset on it (perhaps
# an empty one created with `changeset --empty`).
# We run the Changesets job itself on all branches so that we can require
# it to pass, but we don't run any steps on the "Version Packages" PRs
# it to pass, but we don't run any steps on the "Version Packages" or Renovate PRs
# themselves.
Changesets:
docker:
Expand All @@ -94,7 +94,7 @@ jobs:
- unless:
condition:
matches:
pattern: "^changeset-release/.+$"
pattern: "^(changeset-release|renovate)/.+$"
value: << pipeline.git.branch >>
steps:
- setup-node
Expand Down

0 comments on commit 9d3f059

Please sign in to comment.