Skip to content

Commit

Permalink
Merge branch 'main' into cmpwrappers1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkerag committed Jan 11, 2024
2 parents e7c93a4 + 80043e3 commit cca3fea
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,58 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
day: 'sunday'
labels:
- 'cmp_app_group'
- 'dependencies'
- 'javascript'
groups:
cmp-app:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'npm'
directory: '/cdk'
schedule:
interval: 'weekly'
day: 'sunday'
labels:
- 'cdk_group'
- 'dependencies'
- 'javascript'
groups:
cdk:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'npm'
directory: '/monitoring'
schedule:
interval: 'weekly'
day: 'sunday'
labels:
- 'monitoring_group'
- 'dependencies'
- 'javascript'
groups:
monitoring:
patterns:
- '*'
update-types:
- 'minor'
- 'patch'
ignore:
- dependency-name: 'inquirer'
- dependency-name: '@types/inquirer'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
day: 'sunday'
labels:
- 'github_action_group'
- 'dependencies'
- 'github_actions'
groups:
Expand Down

1 comment on commit cca3fea

@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 80.35% 278/346
🟡 Branches 67.76% 103/152
🟡 Functions 78.02% 71/91
🟡 Lines 79.82% 269/337

Test suite run success

339 tests passing in 18 suites.

Report generated by 🧪jest coverage report action from cca3fea

Please sign in to comment.