This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
timeout-minutes : 30
16
16
steps :
17
17
- name : Checkout Code
18
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
19
19
20
20
- name : Restore lychee cache
21
21
uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
Original file line number Diff line number Diff line change 21
21
app-id : ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
22
22
private-key : ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
23
23
24
- - uses : google-github-actions /release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
24
+ - uses : googleapis /release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
25
25
with :
26
26
release-type : simple
27
27
token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 6
6
inputs :
7
7
dryRun :
8
8
type : boolean
9
- description : " Dry-Run"
9
+ description : Dry-Run
10
10
logLevel :
11
11
type : choice
12
- description : " Log-Level"
12
+ description : Log-Level
13
13
default : debug
14
14
options :
15
15
- info
20
20
- main
21
21
- " !renovate/*"
22
22
schedule :
23
- - cron : " 0 0-3 * * 0"
23
+ - cron : 0 0-3 * * 0
24
24
25
25
env :
26
26
# https://docs.renovatebot.com/troubleshooting/#log-debug-levels
27
- LOG_LEVEL : " ${{ inputs.logLevel || 'debug' }}"
27
+ LOG_LEVEL : ${{ inputs.logLevel || 'debug' }}
28
28
# https://docs.renovatebot.com/self-hosted-configuration/#repositories
29
29
RENOVATE_REPOSITORIES : ${{ github.repository }}
30
30
# https://docs.renovatebot.com/self-hosted-configuration/#username
33
33
RENOVATE_PLATFORM_COMMIT : " true"
34
34
# https://docs.renovatebot.com/self-hosted-configuration/#dryrun
35
35
# Run renovate in dry-run mode if executed in branches other than main - prevents versions in PRs/branches from being updated
36
- RENOVATE_DRY_RUN : " ${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'main' || false }}"
36
+ RENOVATE_DRY_RUN : ${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'main' || false }}
37
37
# Renovate Automerge
38
- RENOVATE_AUTOMERGE_TYPE : " branch"
38
+ RENOVATE_AUTOMERGE_TYPE : branch
39
39
RENOVATE_AUTOMERGE : " true"
40
40
41
41
permissions : read-all
48
48
permissions : write-all
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
52
52
53
53
- uses : actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
54
54
id : app-token
57
57
private-key : ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
58
58
59
59
- name : 💡 Self-hosted Renovate
60
- uses : renovatebot/github-action@259200be4d976a76196ec8985b0dddcaf1733b47 # v40.2.0
60
+ uses : renovatebot/github-action@a1ed1d0adddfdf138192d1fbe3150a80094dee6a # v40.3.1
61
61
with :
62
62
token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: stale
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : " 9 9 * * *"
7
+ - cron : 9 9 * * *
8
8
9
9
permissions :
10
10
issues : write
You can’t perform that action at this time.
0 commit comments