diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 3d9dc3f..f9cab0a 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:37.432.0 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.7 - run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/JakeHillion/renovate-config/config.js" diff --git a/renovate.json b/renovate.json index f45d8f1..ad5a722 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" + "config:recommended", + "helpers:pinGitHubActionDigests" ] }