From f880d544c077422e08bb2d87f6a1b6c56488ab3c Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 21 Jan 2024 08:16:33 +0000 Subject: [PATCH 1/4] chore(deps): update actions/checkout action to v4.1.1 --- .gitea/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 36f112a..1b9ca21 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -14,7 +14,7 @@ jobs: container: ghcr.io/renovatebot/renovate:37.140.10 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Renovate run: renovate From af3b558b1ed52f47632196a6597014ba639f7284 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 21 Jan 2024 09:17:59 +0100 Subject: [PATCH 2/4] allow manual triggering the workflow currently not supported by gitea, but for the future --- .gitea/workflows/renovate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 36f112a..ec540ce 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -1,6 +1,8 @@ name: renovate on: + workflow_dispatch: + schedule: - cron: "0 0 * * *" From c201246d6b4eda941b69436e32f771f753f09800 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 21 Jan 2024 09:19:10 +0100 Subject: [PATCH 3/4] use hash again --- .gitea/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index ec540ce..56415a4 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate:37.140.10 steps: - name: Checkout - uses: actions/checkout@v4.0.0 + uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0 - name: Renovate run: renovate From 219c723fb401c09fd1652b5a3513ab27fe9016a9 Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 21 Jan 2024 08:20:54 +0000 Subject: [PATCH 4/4] chore(deps): update actions/checkout action to v4.1.1 --- .gitea/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 56415a4..8f2ee72 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: container: ghcr.io/renovatebot/renovate:37.140.10 steps: - name: Checkout - uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Renovate run: renovate