this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(github-action): update renovatebot/github-action action to v34.90.0 (#1091)

| datasource | package | from | to |
| ----------- | ------------------------- | -------- | -------- |
| github-tags | renovatebot/github-action | v34.84.2 | v34.90.0 |

Co-authored-by: samip5-bot <118629685+samip5-bot[bot]@users.noreply.github.com>

authored by

samip5-bot[bot]
samip5-bot
and committed by
GitHub
cce88a6e cc16546b

+1 -1
+1 -1
.github/workflows/schedule-renovate.yaml
··· 46 46 echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" 47 47 48 48 - name: Renovate 49 - uses: renovatebot/github-action@54832870a7cbc7e4d75bf5a944addf0abe92005e # v34.84.2 49 + uses: renovatebot/github-action@d94ad8a4f7257a3b920ebc494e325508558406a0 # v34.90.0 50 50 with: 51 51 configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" 52 52 token: "${{ steps.generate-token.outputs.token }}"