From 70b5287a41430ccf532f4956adb248b02152bc41 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:27:57 +0200 Subject: [PATCH] Test/ci non renovate (#818) * chore(deps): update codeberg.org/forgejo/forgejo docker tag to v1.19.4 * wip * Update app version [ready] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tipi CI --- .github/workflows/ci.yml | 7 ++++--- .github/workflows/renovate-ci.yml | 6 ++---- apps/forgejo/config.json | 8 +++++--- apps/forgejo/docker-compose.yml | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa275d75..75dd699f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,13 @@ name: Tipi CI on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] - branches-ignore: - - "renovate/**" + push: + branches: + - master jobs: ci: + if: "!contains(github.head_ref, 'renovate/')" runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index e79fcc84..9d4e0720 100644 --- a/.github/workflows/renovate-ci.yml +++ b/.github/workflows/renovate-ci.yml @@ -1,12 +1,10 @@ name: Renovate CI on: pull_request: - types: [opened, synchronize, reopened, ready_for_review] - branches: - - "renovate/**" jobs: get-last-commit-message: + if: contains(github.head_ref, 'renovate/') runs-on: ubuntu-latest steps: - name: Checkout @@ -19,7 +17,7 @@ jobs: update-config: needs: get-last-commit-message - if: github.event_name == 'pull_request' && !contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]') + if: "!contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]')" runs-on: ubuntu-latest steps: - name: Checkout diff --git a/apps/forgejo/config.json b/apps/forgejo/config.json index b811e968..0b4482c8 100644 --- a/apps/forgejo/config.json +++ b/apps/forgejo/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "forgejo", - "tipi_version": 1, - "version": "1.19.3-0", - "categories": ["development"], + "tipi_version": 2, + "version": "1.19.4-0", + "categories": [ + "development" + ], "description": "Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.", "short_desc": "Beyond coding. We forge. · Lightweight and performant · Guaranteed 100% Free Software", "author": "forgejo", diff --git a/apps/forgejo/docker-compose.yml b/apps/forgejo/docker-compose.yml index 26377c83..f11b7f67 100644 --- a/apps/forgejo/docker-compose.yml +++ b/apps/forgejo/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: forgejo: - image: codeberg.org/forgejo/forgejo:1.19.3-0 + image: codeberg.org/forgejo/forgejo:1.19.4-0 container_name: forgejo environment: - USER_UID=1000