nvchecker: add kicad libraries
This commit is contained in:
parent
7faaeae5a3
commit
579561e934
1 changed files with 18 additions and 0 deletions
|
@ -95,6 +95,24 @@ use_max_tag = true
|
|||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
ignored = "6.99.0"
|
||||
|
||||
[kicad-library-symbols]
|
||||
source = "gitlab"
|
||||
gitlab = "kicad/libraries/kicad-symbols"
|
||||
use_max_tag = true
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[kicad-library-footprints]
|
||||
source = "gitlab"
|
||||
gitlab = "kicad/libraries/kicad-footprints"
|
||||
use_max_tag = true
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[kicad-library-packages3D]
|
||||
source = "gitlab"
|
||||
gitlab = "kicad/libraries/kicad-packages3D"
|
||||
use_max_tag = true
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
# github
|
||||
|
||||
[immudb]
|
||||
|
|
Loading…
Reference in a new issue