Skip to content

Commit

Permalink
Ignore root dependabot updates at gh action, enable at azure. (#15610)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jul 11, 2021
1 parent c27f8b2 commit 167f537
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- 'dependabot/**'
- 'skip_ci*'
paths-ignore:
- 'package*.json'
- 'generators/*client/templates/react/**'
- 'generators/*client/templates/vue/**'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ on:
branches-ignore:
- 'dependabot/**'
- 'skip_ci*'
paths-ignore:
- 'package*.json'
pull_request:
types: [closed, opened, synchronize, reopened]
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- 'dependabot/**'
- 'skip_ci*'
paths-ignore:
- 'package*.json'
- 'generators/*client/templates/angular/**'
- 'generators/*client/templates/vue/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- 'dependabot/**'
- 'skip_ci*'
paths-ignore:
- 'package*.json'
- 'generators/*client/templates/angular/**'
- 'generators/*client/templates/react/**'
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ on:
- 'dependabot/**'
- 'skip_ci*'
paths-ignore:
- 'package*.json'
- 'generators/*client/templates/react/**'
- 'generators/*client/templates/vue/**'
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
trigger:
branches:
exclude:
- dependabot/*
- dependabot/npm_and_yarn/generators/*
- dependabot/github_actions/*
jobs:
- job: Test
condition: not(contains(variables['System.PullRequest.SourceBranch'], 'dependabot'))
Expand Down

0 comments on commit 167f537

Please sign in to comment.