Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update renovate Docker tag to v37.31.1 #157

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<a href="https://github.com/bfra-me/renovate-action/releases/latest" title="Latest Release on GitHub">
<img alt="GitHub Release" src="https://img.shields.io/github/v/release/bfra-me/renovate-action?sort=semver&style=for-the-badge&logo=github&label=release">
</a>
<a href="https://github.com/renovatebot/renovate/releases/tag/37.29.0" title="Renovate release">
<a href="https://github.com/renovatebot/renovate/releases/tag/37.31.1" title="Renovate release">
<img alt="Renovate" src="https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fbfra-me%2Frenovate-action%2Fmain%2Faction.yaml&query=%24.runs.steps.0.env.RENOVATE_VERSION&style=for-the-badge&logo=renovatebot&label=renovate&color=377D9D">
</a>
<a href="https://github.com/bfra-me/renovate-action/actions?query=workflow%3Aci" title="Search GitHub Actions for CI workflow runs" >
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Configure
id: configure
env:
RENOVATE_VERSION: 37.29.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
RENOVATE_VERSION: 37.31.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
autodiscover: ${{ inputs.autodiscover != '' && inputs.autodiscover || 'false' }}
dry_run: ${{ inputs.dry_run != '' && inputs.dry_run || 'false' }}
# Check if this workflow was triggered from an organization account.
Expand Down