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 7 additions and 8 deletions

View File

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

View File

@@ -7,11 +7,11 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42.66.0@sha256:3a07878325ef89a3a82e7f8925b242310232fcdf1c0a3a6a079fee390b8962a2
container: ghcr.io/renovatebot/renovate:42.19.3@sha256:0f129ba37673d828fd03de6a9dd548492bfb7a11da33245c43cbb5a1078a8bab
steps:
# Step 1: Check out the repository so your config file is available
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
# Step 2: Run the official Renovate action
- name: Self-hosted Renovate

View File

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