chore: Enhance Snyk scan and GitVersion regex for improved branch handling

This commit is contained in:
Miha Kralj
2025-12-07 20:26:19 -08:00
parent 944c215327
commit 03df45003e
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ branches:
increment: Patch
track-merge-target: true
track-merge-message: true
regex: ^dev(elop)?(ment)?$
regex: ^dev(elop)?(ment)?$|.*-dev$
source-branches:
- main
pre-release-weight: 30000