Exclude example and test paths from Dependabot pip updates (#2856)#2859
Exclude example and test paths from Dependabot pip updates (#2856)#2859giac41 wants to merge 1 commit intopallets-eco:masterfrom
Conversation
…co#2856) Dependabot was scanning .txt files in example and test directories which are not actual dependency manifests. This excludes those paths from the pip ecosystem scan.
|
Why excluding flask_admin/tests/**? Shouldn't we exclude license, too? |
|
I excluded I checked recent Dependabot commits and did not find any that were clearly tied to That said, I found several
So rather than excluding whole directories, I think an explicit |
|
A simpler would not require manually updating the list, though. |
Dependabot was scanning .txt files in example and test directories which are not actual dependency manifests.
The following paths are excluded from the pip ecosystem scan:
fixes #2856