Skip to content

Commit be57c3a

Browse files
committed
build: adding dependabot to ignore list for license header
Signed-off-by: Bryan Cole <[email protected]>
1 parent 15be3e4 commit be57c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/license_headers_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install addlicense
1616
run: |
1717
wget https://github.com/google/addlicense/releases/download/v1.1.1/addlicense_1.1.1_Linux_x86_64.tar.gz
18-
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
18+
tar -xzf addlicense_1.1.1_Linux_x86_64.tar.gz
1919
sudo mv addlicense /usr/local/bin
2020
- name: Check license headers
2121
run: >
@@ -26,4 +26,5 @@ jobs:
2626
-s=only \
2727
-ignore '.github/workflows/*.yml' \
2828
-ignore '.github/workflows/*.yaml' \
29+
-ignore '.github/dependabot.yml' \
2930
.

0 commit comments

Comments
 (0)