From 43920080d5557c65ff7a3f24e6d78ec6f0662e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 16 May 2024 12:04:09 +0200 Subject: [PATCH] constrain autoupdate versions --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 63b727a..c8695fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,6 +42,7 @@ ram.runtime = "50M" # This is only for notification purposes! Generated PRs will be invalid. autoupdate.strategy = "latest_github_release" + autoupdate.version_regex = "(v7\\..*)" autoupdate.asset.amd64 = "tarball" autoupdate.asset.arm64 = "tarball"