File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Renovate
2
2
on :
3
3
schedule :
4
- - cron : ' 16 */4 * * *'
4
+ - cron : " 16 */4 * * *"
5
5
workflow_dispatch :
6
6
7
7
jobs :
8
8
renovate :
9
9
permissions :
10
- contents : read # needed to read the contents of the repository
11
- id-token : write # needed to create a GitHub App token
10
+ contents : read # needed to read the contents of the repository
11
+ id-token : write # needed to create a GitHub App token
12
12
runs-on : ubuntu-latest
13
13
timeout-minutes : 5
14
14
steps :
@@ -34,13 +34,12 @@ jobs:
34
34
private-key : ${{ env.GRAFANA_RENOVATE_PRIVATE_KEY }}
35
35
owner : ${{ github.repository_owner }}
36
36
37
-
38
37
- name : Self-hosted Renovate
39
38
uses : renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3
40
39
with :
41
40
renovate-version : 37.440.7@sha256:1ee424e0ed4d8e64e5bb2d442d6bc72b3809bb9d0cf804f4b7180caa47d6002a
42
41
configurationFile : .github/renovate-app.json
43
- token : ' ${{ steps.app-token.outputs.token }}'
42
+ token : " ${{ steps.app-token.outputs.token }}"
44
43
env :
45
44
LOG_LEVEL : debug
46
45
RENOVATE_PLATFORM : github
You can’t perform that action at this time.
0 commit comments