Skip to content

Commit

Permalink
👷 exclude tests files from Dependabot updates and security scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoan Moscatelli committed Aug 30, 2024
1 parent 9c60be4 commit 095f146
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,19 @@ updates:
versions: ["<2.25.1"]
reviewers:
- "scality/metalk8s"

- package-ecosystem: "npm"
directory: "/tests"
schedule:
interval: "daily"
labels: []
ignore:
- dependency-name: "*"

- package-ecosystem: "github-actions"
directory: "/tests"
schedule:
interval: "daily"
labels: []
ignore:
- dependency-name: "*"

0 comments on commit 095f146

Please sign in to comment.