Fix some CI issues

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