Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed Jan 12, 2024
1 parent 80043e3 commit 6a6b1d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ updates:
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
labels:
- 'dependencies'
- 'javascript'
target-branch: 'al-add-daily-check-for-guardian-apps'
allow:
- dependency-name: '@guardian/*'
- package-ecosystem: 'npm'
directory: '/cdk'
schedule:
Expand Down

1 comment on commit 6a6b1d4

@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 6a6b1d4

Please sign in to comment.