Skip to content

Choose a tag to compare

@github-actions github-actions released this 12 Sep 22:49
e0e8572
Configure Renovate @renovate (#1)

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/auto-readme.yml (github-actions)
  • .github/workflows/bleeding-edge.yaml (github-actions)
  • .github/workflows/pull-request.yml (github-actions)
  • .github/workflows/test-docker-build.yml (github-actions)
  • action.yml (github-actions)

Configuration

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3
Update docker/build-push-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-3.x
  • Merge into: main
  • Upgrade docker/build-push-action to v3
Update docker/setup-buildx-action action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-2.x
  • Merge into: main
  • Upgrade docker/setup-buildx-action to v2

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

Fix badges @goruha (#3)

what

  • Fix Readme badges

🐛 Bug Fixes

Bug Fix: Create `docker context` before running `buildx` @milldr (#10)

what

  • Creates the Docker Context before attempting to run Buildx steps

why

references