Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit b148d5b

Browse files
authored
Merge pull request #474 from api3dao/exclude-dependabot-from-require-changeset
Exclude dependabot from require-changeset
2 parents c75f717 + 548a936 commit b148d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
require-changeset:
5555
runs-on: ubuntu-latest
56-
if: github.actor != 'renovate[bot]' && github.ref != 'refs/heads/main'
56+
if: github.actor != 'renovate[bot]' && github.actor != 'dependabot[bot]' && github.ref != 'refs/heads/main'
5757
steps:
5858
- name: Clone @api3/chains
5959
uses: actions/checkout@v4

0 commit comments

Comments
 (0)