Skip to content

Commit 017ee7f

Browse files
nadiamoeNadia Santalla
authored and
Nadia Santalla
committed
ci/renovate: formatting
1 parent 72586a7 commit 017ee7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/renovate.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Renovate
22
on:
33
schedule:
4-
- cron: '16 */4 * * *'
4+
- cron: "16 */4 * * *"
55
workflow_dispatch:
66

77
jobs:
88
renovate:
99
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
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 5
1414
steps:
@@ -34,13 +34,12 @@ jobs:
3434
private-key: ${{ env.GRAFANA_RENOVATE_PRIVATE_KEY }}
3535
owner: ${{ github.repository_owner }}
3636

37-
3837
- name: Self-hosted Renovate
3938
uses: renovatebot/github-action@7743ec9e19ceeb61a3862c5d4131e6710195af11 # v40.3.3
4039
with:
4140
renovate-version: 37.440.7@sha256:1ee424e0ed4d8e64e5bb2d442d6bc72b3809bb9d0cf804f4b7180caa47d6002a
4241
configurationFile: .github/renovate-app.json
43-
token: '${{ steps.app-token.outputs.token }}'
42+
token: "${{ steps.app-token.outputs.token }}"
4443
env:
4544
LOG_LEVEL: debug
4645
RENOVATE_PLATFORM: github

0 commit comments

Comments
 (0)