ci: implement automatic updates

This commit is contained in:
2025-07-14 08:28:18 +03:00
parent c59de00b3c
commit 1f7dbe81f0
4 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[firefox]
source = "regex"
url = "https://product-details.mozilla.org/1.0/firefox_versions.json"
regex = '"LATEST_FIREFOX_VERSION": "([0-9.]+)"'