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.99.2 (#1107)

| datasource | package | from | to |
| ----------- | ------------------------- | -------- | -------- |
| github-tags | renovatebot/github-action | v34.97.5 | v34.99.2 |

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

authored by

samip5-bot[bot]
samip5-bot
and committed by
GitHub
59d85d3c fb683f2d

+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@cf443181a287e16154f0261dc9a756a19f16b035 # v34.97.5 49 + uses: renovatebot/github-action@fb392f59cb0ed397b0efe67a66966c13b428e159 # v34.99.2 50 50 with: 51 51 configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" 52 52 token: "${{ steps.generate-token.outputs.token }}"