nvchecker: add exclude_regex to apptainer

This commit is contained in:
George Rawlinson 2022-08-03 17:36:52 +00:00
parent 4a3afb17a9
commit ea191028eb
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -1322,6 +1322,7 @@ source = "github"
github = "apptainer/apptainer"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[criu]
source = "github"