Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 14, 2023
1 parent ba45055 commit a1a62f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ updates:
groups:
angular:
patterns:
- "@angular/*"
- "zone.js"
- "@angular-devkit/*"
- "@angular-builders/*"
- '@angular/*'
- 'zone.js'
- '@angular-devkit/*'
- '@angular-builders/*'
angular-eslint:
patterns:
- "@angular-eslint/*"
- '@angular-eslint/*'
typescript-eslint:
patterns:
- "@typescript-eslint/*"
- '@typescript-eslint/*'
2 changes: 1 addition & 1 deletion .github/workflows/ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'dependabot/**'
pull_request:
branches:
- "*"
- '*'
env:
JHIPSTER_INSTALL: ${{ github.workspace }}/generator-jhipster-ionic/test-integration/install
JHIPSTER_SAMPLES: ${{ github.workspace }}/generator-jhipster-ionic/test-integration/jdl
Expand Down

0 comments on commit a1a62f6

Please sign in to comment.