nvchecker: add exclude_regex to dart-sass
This commit is contained in:
parent
4b140e6c0e
commit
191f186d36
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ prefix = "v"
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "sass/dart-sass"
|
github = "sass/dart-sass"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[sqlfluff]
|
[sqlfluff]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue