Skip to content

Commit

Permalink
chore: update renovate version to use node20 [INFRA-14946]
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond committed Mar 27, 2024
1 parent 6cea475 commit 88f155c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/renovate-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ export module renovateWorkflow {
steps: [
{
name: 'Checkout',
uses: 'actions/checkout@v3',
uses: 'actions/checkout@v4',
},
{
name: 'Self-hosted Renovate',
uses: 'renovatebot/github-action@v39.0.1', // We might want to un-pin this or figure out a renovate process for it.
uses: 'renovatebot/github-action@v40.1.6', // We might want to un-pin this or figure out a renovate process for it.
// Skip running renovate in a loop when renovate updates the dependency dashboard issue and re-triggers this workflow
if: `(github.event_name != 'issues' && github.event_name != 'pull_request') || github.actor != '${RENOVATE_GITHUB_USERNAME}'`,
with: {
Expand Down

0 comments on commit 88f155c

Please sign in to comment.