Skip to content

Commit

Permalink
[nobug] Update dependabot - add npm groups
Browse files Browse the repository at this point in the history
  • Loading branch information
vrubezhny committed Jun 6, 2024
1 parent 300bc81 commit f4586cc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,19 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
vue:
patterns:
- "@vue/*"
- package-ecosystem: npm
directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
angular:
patterns:
- "@angular/*"
- package-ecosystem: npm
directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/HelloWorldTS"
schedule:
Expand All @@ -29,8 +37,19 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
typescript-eslint:
patterns:
- "@typescript-eslint/*"
- package-ecosystem: npm
directory: "/org.eclipse.wildwebdeveloper.tests/testProjects/vue-app"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
babel:
patterns:
- "@babel/*"
vue:
patterns:
- "@vue/*"

0 comments on commit f4586cc

Please sign in to comment.