From c6333985ad881714b05df21e0553603d772566b2 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 14 Oct 2023 09:20:02 -0300 Subject: [PATCH 1/2] add patterns to angular group --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79e4cac5..352b8cbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,9 @@ updates: angular: patterns: - "@angular/*" + - "zone.js" + - "@angular-devkit/*" + - "@angular-builders/*" angular-eslint: patterns: - "@angular-eslint/*" From 75d659b1fb3ac2657f90f5efeefd355e9424cf8a Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Sat, 14 Oct 2023 09:36:15 -0300 Subject: [PATCH 2/2] ignore dependabot branches on push --- .github/workflows/ionic.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ionic.yml b/.github/workflows/ionic.yml index 276eb8a9..9ef668f6 100644 --- a/.github/workflows/ionic.yml +++ b/.github/workflows/ionic.yml @@ -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