mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
chore(deps): update updates-patch-minor to v2025.11.0 (#3717)
* chore(deps): update updates-patch-minor to v2025.11.0 * renovate: rustfs regex (#3716) --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
7
.github/renovate-config.js
vendored
7
.github/renovate-config.js
vendored
@@ -179,7 +179,7 @@ module.exports = {
|
||||
customVersioning(
|
||||
// 9.0.2-stable
|
||||
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-stable$",
|
||||
["lmscommunity/lyrionmusicserver"],
|
||||
["lmscommunity/lyrionmusicserver"]
|
||||
),
|
||||
customVersioning(
|
||||
// 2.1.0.3-stable
|
||||
@@ -306,6 +306,11 @@ module.exports = {
|
||||
`^(?<compatibility>draw-io|progress-bars|json-viewer|external-sites|unzip|cast|importer|arcade|maps)-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$`,
|
||||
[`opencloudeu/web-extensions`]
|
||||
),
|
||||
customVersioning(
|
||||
// 1.0.0-alpha.67
|
||||
"^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-alpha\\.(?<build>\\d+))?$",
|
||||
["rustfs/rustfs"]
|
||||
),
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
app_version: 2025.10.1
|
||||
app_version: 2025.11.0
|
||||
capabilities: []
|
||||
categories:
|
||||
- development
|
||||
@@ -50,4 +50,4 @@ sources:
|
||||
- https://hub.docker.com/r/hoppscotch/hoppscotch-admin
|
||||
title: Hoppscotch
|
||||
train: community
|
||||
version: 1.0.21
|
||||
version: 1.0.22
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
images:
|
||||
image:
|
||||
repository: hoppscotch/hoppscotch-backend
|
||||
tag: "2025.10.1"
|
||||
tag: "2025.11.0"
|
||||
container_utils_image:
|
||||
repository: ixsystems/container-utils
|
||||
tag: 1.0.1
|
||||
@@ -13,10 +13,10 @@ images:
|
||||
tag: 1.0.5
|
||||
frontend_image:
|
||||
repository: hoppscotch/hoppscotch-frontend
|
||||
tag: "2025.10.1"
|
||||
tag: "2025.11.0"
|
||||
admin_image:
|
||||
repository: hoppscotch/hoppscotch-admin
|
||||
tag: "2025.10.1"
|
||||
tag: "2025.11.0"
|
||||
|
||||
consts:
|
||||
migrations_container_name: migrations
|
||||
|
||||
Reference in New Issue
Block a user