Fix some CI issues
This commit is contained in:
+18
-15
@@ -52,6 +52,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
|
"automerge": true,
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
@@ -70,7 +71,7 @@
|
|||||||
"labels": ["dependency/major"],
|
"labels": ["dependency/major"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on monday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -81,7 +82,7 @@
|
|||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"groupName": ["external minor dep"],
|
"groupName": ["external minor dep"],
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on monday"
|
"on tuesday"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91,6 +92,9 @@
|
|||||||
"labels": ["dependency/patch"],
|
"labels": ["dependency/patch"],
|
||||||
"excludePackageNames": ["common"],
|
"excludePackageNames": ["common"],
|
||||||
"groupName": ["external patch dep"],
|
"groupName": ["external patch dep"],
|
||||||
|
"schedule": [
|
||||||
|
"on tuesday"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Tag updates for semantic tags
|
// Tag updates for semantic tags
|
||||||
@@ -101,21 +105,30 @@
|
|||||||
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
"branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
|
||||||
"updateTypes": ["major"],
|
"updateTypes": ["major"],
|
||||||
"bumpVersion": "major",
|
"bumpVersion": "major",
|
||||||
"labels": ["tag/major"]
|
"labels": ["tag/major"],
|
||||||
|
"schedule": [
|
||||||
|
"on tuesday"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"updateTypes": ["minor"],
|
"updateTypes": ["minor"],
|
||||||
"bumpVersion": "minor",
|
"bumpVersion": "minor",
|
||||||
"labels": ["tag/minor"],
|
"labels": ["tag/minor"],
|
||||||
"groupName": ["minor"]
|
"groupName": ["minor"],
|
||||||
|
"schedule": [
|
||||||
|
"on tuesday"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"updateTypes": ["patch"],
|
"updateTypes": ["patch"],
|
||||||
"bumpVersion": "patch",
|
"bumpVersion": "patch",
|
||||||
"labels": ["tag/patch"],
|
"labels": ["tag/patch"],
|
||||||
"groupName": ["patch"]
|
"groupName": ["patch"],
|
||||||
|
"schedule": [
|
||||||
|
"on tuesday"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
// Version strategies
|
// Version strategies
|
||||||
@@ -134,15 +147,5 @@
|
|||||||
"ghcr.io/truecharts/qbittorrent",
|
"ghcr.io/truecharts/qbittorrent",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// enable container auto-merge
|
|
||||||
{
|
|
||||||
"matchDatasources": ["docker"],
|
|
||||||
"automerge": true,
|
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"ghcr.io/truecharts/plex",
|
|
||||||
"ghcr.io/truecharts/jackett",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,5 +87,5 @@ jobs:
|
|||||||
git config user.name "TrueCharts-Bot"
|
git config user.name "TrueCharts-Bot"
|
||||||
git config user.email "bot@truecharts.org"
|
git config user.email "bot@truecharts.org"
|
||||||
git add --all
|
git add --all
|
||||||
git commit --amend || exit 0
|
git commit -sm "Commit bumped App Version" || exit 0
|
||||||
git push --force
|
git push
|
||||||
|
|||||||
@@ -23,4 +23,4 @@ sources:
|
|||||||
- https://github.com/grocy/grocy
|
- https://github.com/grocy/grocy
|
||||||
type: application
|
type: application
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
version: 4.0.2
|
version: 4.0.3
|
||||||
|
|||||||
@@ -28,4 +28,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/linuxserver/lidarr
|
- https://hub.docker.com/r/linuxserver/lidarr
|
||||||
type: application
|
type: application
|
||||||
upstream_version: 7.1.0
|
upstream_version: 7.1.0
|
||||||
version: 4.0.2
|
version: 4.0.3
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: plex
|
name: plex
|
||||||
version: 3.0.2
|
version: 3.0.3
|
||||||
upstream_version: 4.2.1
|
upstream_version: 4.2.1
|
||||||
appVersion: "auto"
|
appVersion: "auto"
|
||||||
description: Plex Media Server
|
description: Plex Media Server
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
||||||
type: application
|
type: application
|
||||||
upstream_version: 1.1.0
|
upstream_version: 1.1.0
|
||||||
version: 4.0.2
|
version: 4.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user