Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot d2edc6717d Pin ghcr.io/renovatebot/renovate Docker tag to c9a5a60
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
+4 -4
View File
@@ -14,10 +14,10 @@ concurrency:
jobs:
test-renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:44.111.4@sha256:ba43d12a1e6dca504f103d8b2515206d501d6c1f668afcb5f2a6f0af93c09608
container: ghcr.io/renovatebot/renovate:42.8.1@sha256:c9a5a60704ddfafae44a47b15dca1897e4e147fcb14c8b6d29ff8d3672ccf1d3
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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:44.111.4@sha256:ba43d12a1e6dca504f103d8b2515206d501d6c1f668afcb5f2a6f0af93c09608
container: ghcr.io/renovatebot/renovate:42.8.1@sha256:c9a5a60704ddfafae44a47b15dca1897e4e147fcb14c8b6d29ff8d3672ccf1d3
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Run Renovate E2E Script
run: bash scripts/e2e-renovate.sh
+3 -3
View File
@@ -1,17 +1,17 @@
name: Run Renovate
on:
schedule:
- cron: '21 2 * * *'
- cron: '21 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:44.111.4@sha256:ba43d12a1e6dca504f103d8b2515206d501d6c1f668afcb5f2a6f0af93c09608
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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
# Step 2: Run the official Renovate action
- name: Self-hosted Renovate
+1 -2
View File
@@ -3,6 +3,5 @@
"extends": [
"config:recommended"
],
"pinDigests": true,
"automerge": true
"pinDigests": true
}