Skip to content

Commit

Permalink
chore: ignore eslint and chai in dependabot (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester authored Oct 1, 2024
1 parent 6d91650 commit 14907f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ updates:
commitlint:
patterns:
- "@commitlint/*"
ignore:
- dependency-name: "chai" # ESM Modules
- dependency-name: "eslint" # ESM Modules
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm run lint
- name: Run test suite
run: npm run test-integration

0 comments on commit 14907f4

Please sign in to comment.