Skip to content

Commit d67f354

Browse files
committed
chore: disable dependabot workflow
Signed-off-by: tunnckoCore <5038030+tunnckoCore@users.noreply.github.com>
1 parent af76e16 commit d67f354

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deps-automation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ permissions:
77
jobs:
88
dependabot:
99
runs-on: ubuntu-latest
10+
# ignored job because the `xxxxx` typo. Intentional, we use Kodiak
1011
if:
1112
github.event.pull_request.user.login == 'dependabot[bot]' && github.repository ==
12-
'node-formidable/formidable'
13+
'node-formidable/xxxx'
1314
steps:
1415
- name: Dependabot metadata
1516
id: metadata

0 commit comments

Comments
 (0)