Skip to content

Commit

Permalink
Use exclude-patterns for monitoring group (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Jan 17, 2024
1 parent 557b7e9 commit 53fc759
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ updates:
update-types:
- 'minor'
- 'patch'
ignore:
- dependency-name: 'inquirer'
- dependency-name: '@types/inquirer'
exclude-patterns:
- 'inquirer'
- '@types/inquirer'

- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down

2 comments on commit 53fc759

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.45% 245/265
🟒 Branches 83.19% 94/113
🟒 Functions 90% 63/70
🟒 Lines 92.19% 236/256

Test suite run success

328 tests passing in 16 suites.

Report generated by πŸ§ͺjest coverage report action from 53fc759

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 92.45% 245/265
🟒 Branches 83.19% 94/113
🟒 Functions 90% 63/70
🟒 Lines 92.19% 236/256

Test suite run success

328 tests passing in 16 suites.

Report generated by πŸ§ͺjest coverage report action from 53fc759

Please sign in to comment.