Compare commits
1 Commits
main
...
5f6f024be9
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f6f024be9 |
@@ -14,10 +14,10 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
test-renovate:
|
test-renovate:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- 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:42.66.0@sha256:3a07878325ef89a3a82e7f8925b242310232fcdf1c0a3a6a079fee390b8962a2
|
container: ghcr.io/renovatebot/renovate:42.8.1@sha256:c9a5a60704ddfafae44a47b15dca1897e4e147fcb14c8b6d29ff8d3672ccf1d3
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|
||||||
- name: Run Renovate E2E Script
|
- name: Run Renovate E2E Script
|
||||||
run: bash scripts/e2e-renovate.sh
|
run: bash scripts/e2e-renovate.sh
|
||||||
|
|||||||
@@ -7,11 +7,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
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:
|
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
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
|
||||||
|
|||||||
@@ -3,6 +3,5 @@
|
|||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"pinDigests": true,
|
"pinDigests": true
|
||||||
"automerge": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user