diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 352b8cbc..d6e26def 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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/*' diff --git a/.github/workflows/ionic.yml b/.github/workflows/ionic.yml index 9111fcb5..e207d8f0 100644 --- a/.github/workflows/ionic.yml +++ b/.github/workflows/ionic.yml @@ -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