Skip to content

Commit

Permalink
Read dependency config from central repo (#907)
Browse files Browse the repository at this point in the history
The config was moved to a central repo so it can be used by all k8s
repos without duplicating it.
  • Loading branch information
lucacome authored Jul 25, 2023
1 parent beb3bed commit bec6d62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/dependency-review-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: "Dependency Review"
uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6
with:
config-file: "./.github/dependency-review-config.yml"
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"

0 comments on commit bec6d62

Please sign in to comment.