From 62d62500aed4bcee34fa88ae61bd1d303b5a58bb Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Thu, 25 Apr 2024 19:39:58 +0100 Subject: [PATCH] renovate: fix gitea actions schedule Also pin patch version of Gitea actions. This should treat each future update as an update rather than a relock which should show the changelog in the PR. --- .gitea/workflows/flake.yaml | 2 +- renovate.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/flake.yaml b/.gitea/workflows/flake.yaml index 10cdcc9..d711e41 100644 --- a/.gitea/workflows/flake.yaml +++ b/.gitea/workflows/flake.yaml @@ -11,7 +11,7 @@ jobs: flake: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: Prepare for Nix installation run: | apt-get update diff --git a/renovate.json b/renovate.json index a4bc989..ef95c02 100644 --- a/renovate.json +++ b/renovate.json @@ -11,7 +11,10 @@ { "matchManagers": ["github-actions"], "automerge": true, - "schedule": ["after 11pm on Monday and Thursday"] + "schedule": [ + "after 11pm on Monday", + "after 11pm on Thursday" + ] } ], "extends": [