Compare commits

..
1 Commits
Author SHA1 Message Date
renovate-bot 5f6f024be9 Pin dependencies
Test Renovate Config / test-renovate (pull_request) Successful in 1m37s
Test Renovate Config / e2e-renovate (pull_request) Successful in 2m2s
2025-11-23 03:27:18 +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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- 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
}