summaryrefslogtreecommitdiff
path: root/runc/.nvchecker.toml
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-15 10:26:51 +0200
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-15 10:26:51 +0200
commit84d34fd85b33fb778df8940e2bfbd846c719cfa7 (patch)
treefe4646993927f771e541f603e10881c5a8cf8433 /runc/.nvchecker.toml
parent94d38e6d9121e1dace18eb332e05fbcd3cf82adb (diff)
add cargo-bin and runc
Diffstat (limited to 'runc/.nvchecker.toml')
-rw-r--r--runc/.nvchecker.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/runc/.nvchecker.toml b/runc/.nvchecker.toml
new file mode 100644
index 0000000..4725316
--- /dev/null
+++ b/runc/.nvchecker.toml
@@ -0,0 +1,8 @@
+[runc]
+source = "github"
+github = "opencontainers/runc"
+use_max_tag = true
+prefix = "v"
+from_pattern = "v(\\d+)\\.(\\d+)\\.(\\d+)\\-rc(\\d+)"
+to_pattern = "\\1.\\2.\\3rc\\4"
+exclude_regex = "v.*(rc|alpha|beta).*"