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 ac80a4e commit a6419d8
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 @@ -33,3 +33,19 @@ updates:
labels: []
ignore:
- dependency-name: "*"

- 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 a6419d8

Please sign in to comment.