Compare commits

..

1 Commits

Author SHA1 Message Date
d2edc6717d Pin ghcr.io/renovatebot/renovate Docker tag to c9a5a60
All checks were successful
Test Renovate Config / test-renovate (pull_request) Successful in 1m15s
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m49s
2025-11-23 10:33:48 +00:00
3 changed files with 8 additions and 9 deletions

View File

@@ -14,10 +14,10 @@ concurrency:
jobs: jobs:
test-renovate: test-renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.169.4@sha256:4c84638a2b70b2fe2c3bbf87d25e6f8aba40d83f8ca2b7c0bd3d0f1a4591ef7b container: ghcr.io/renovatebot/renovate:42.8.1@sha256:c9a5a60704ddfafae44a47b15dca1897e4e147fcb14c8b6d29ff8d3672ccf1d3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Run Renovate Test Script - name: Run Renovate Test Script
run: bash scripts/test-renovate.sh run: bash scripts/test-renovate.sh
@@ -30,10 +30,10 @@ jobs:
e2e-renovate: e2e-renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test-renovate needs: test-renovate
container: ghcr.io/renovatebot/renovate:43.169.4@sha256:4c84638a2b70b2fe2c3bbf87d25e6f8aba40d83f8ca2b7c0bd3d0f1a4591ef7b container: ghcr.io/renovatebot/renovate:42.8.1@sha256:c9a5a60704ddfafae44a47b15dca1897e4e147fcb14c8b6d29ff8d3672ccf1d3
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Run Renovate E2E Script - name: Run Renovate E2E Script
run: bash scripts/e2e-renovate.sh run: bash scripts/e2e-renovate.sh

View File

@@ -1,17 +1,17 @@
name: Run Renovate name: Run Renovate
on: on:
schedule: schedule:
- cron: '21 2 * * *' - cron: '21 3 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.169.4@sha256:4c84638a2b70b2fe2c3bbf87d25e6f8aba40d83f8ca2b7c0bd3d0f1a4591ef7b container: ghcr.io/renovatebot/renovate:42.19.3@sha256:0f129ba37673d828fd03de6a9dd548492bfb7a11da33245c43cbb5a1078a8bab
steps: steps:
# Step 1: Check out the repository so your config file is available # Step 1: Check out the repository so your config file is available
- name: Checkout - name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
# Step 2: Run the official Renovate action # Step 2: Run the official Renovate action
- name: Self-hosted Renovate - name: Self-hosted Renovate

View File

@@ -3,6 +3,5 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"pinDigests": true, "pinDigests": true
"automerge": true
} }