mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
chore(deps): update updates-patch-minor to v2.11.1 (#3603)
* chore(deps): update updates-patch-minor to v2.11.1 * test --------- Co-authored-by: bugclerk <bugclerk@ixsystems.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
22
.github/renovate-config.js
vendored
22
.github/renovate-config.js
vendored
@@ -306,23 +306,11 @@ module.exports = {
|
||||
"^.+-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
|
||||
["opencloudeu/web-extensions"]
|
||||
),
|
||||
...[
|
||||
"draw-io",
|
||||
"progress-bars",
|
||||
"json-viewer",
|
||||
"external-sites",
|
||||
"unzip",
|
||||
"cast",
|
||||
"importer",
|
||||
"arcade",
|
||||
"maps",
|
||||
].map((app) =>
|
||||
customVersioning(
|
||||
// appname-1.2.3
|
||||
`^${app}-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$`,
|
||||
[`opencloudeu/web-extensions`]
|
||||
)
|
||||
),
|
||||
customVersioning(
|
||||
// appname-1.2.3
|
||||
`^(?<compatibility>draw-io|progress-bars|json-viewer|external-sites|unzip|cast|importer|arcade|maps)-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$`,
|
||||
[`opencloudeu/web-extensions`]
|
||||
)
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
annotations:
|
||||
min_scale_version: 24.10.2.2
|
||||
app_version: 2.11.0
|
||||
app_version: 2.11.1
|
||||
capabilities: []
|
||||
categories:
|
||||
- productivity
|
||||
@@ -46,4 +46,4 @@ sources:
|
||||
- https://github.com/penpot/penpot
|
||||
title: Penpot
|
||||
train: community
|
||||
version: 1.2.27
|
||||
version: 1.2.28
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
images:
|
||||
image:
|
||||
repository: penpotapp/frontend
|
||||
tag: 2.11.0
|
||||
tag: 2.11.1
|
||||
backend_image:
|
||||
repository: penpotapp/backend
|
||||
tag: 2.11.0
|
||||
tag: 2.11.1
|
||||
exporter_image:
|
||||
repository: penpotapp/exporter
|
||||
tag: 2.11.0
|
||||
tag: 2.11.1
|
||||
postgres_15_image:
|
||||
repository: postgres
|
||||
tag: 15.14
|
||||
|
||||
Reference in New Issue
Block a user