Skip to content

Commit c869f59

Browse files
committed
Don't block dependabot PRs
1 parent bc970b5 commit c869f59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/require-changelog-for-PRs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Changelog
22

33
on:
44
pull_request:
5+
branches-ignore:
6+
# dependabot PRs are automerged if CI passes; we shouldn't block these
7+
- dependabot/**
58

69
jobs:
710
check-changelog:

0 commit comments

Comments
 (0)