Ensure Renovate updates itself regularly (#6)

The `github-actions` manager should also work for Gitea Actions. It is
the same syntax.

As per Discord conversation, unpin the Docker digest for Renovate.

Signed-off-by: justusbunsi <sk.bunsenbrenner@gmail.com>

Reviewed-on: https://gitea.com/gitea/renovate-config/pulls/6
Co-authored-by: justusbunsi <sk.bunsenbrenner@gmail.com>
Co-committed-by: justusbunsi <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi
2023-09-09 14:10:56 +00:00
committed by techknowlogick
parent c7cdec4545
commit 1448c584db
3 changed files with 10 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:36.79.1@sha256:af329e14261bfc17dc31b63376fb45bbf2aea46d6683d3b4fbb567118d6032e4
container: ghcr.io/renovatebot/renovate:36.79.1
steps:
- uses: https://github.com/actions/checkout@v3
- run: renovate
@@ -22,10 +22,3 @@ jobs:
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
HUB_DOCKER_COM_USER: ${{ secrets.HUB_DOCKER_COM_USER }}
HUB_DOCKER_COM_TOKEN: ${{ secrets.HUB_DOCKER_COM_TOKEN }}
# - name: Install libs
# run: apt-get update && apt-get install -y sudo lsb-release systemd docker.io
# - name: Self-hosted Renovate
# uses: renovatebot/github-action@v39.0.5
# with:
# # configurationFile: default.json
# token: ${{ secrets.RENOVATE_TOKEN }}