Skip to content

Commit

Permalink
Merge pull request #956 from mshima/main
Browse files Browse the repository at this point in the history
dependabot adjusts
  • Loading branch information
mshima authored Oct 14, 2023
2 parents 6391d94 + 75d659b commit 93ff7f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ updates:
angular:
patterns:
- "@angular/*"
- "zone.js"
- "@angular-devkit/*"
- "@angular-builders/*"
angular-eslint:
patterns:
- "@angular-eslint/*"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ionic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Ionic
on: [push, pull_request]
on:
push:
branches-ignore:
- '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 93ff7f2

Please sign in to comment.