Skip to content

ci: remove unnecessary Buildx setup, exclude gradle wrapper and kotlin from gradle dependencies group#41

Merged
jboix merged 2 commits intomainfrom
ci/dependabot-kotlin-group
Mar 31, 2026
Merged

ci: remove unnecessary Buildx setup, exclude gradle wrapper and kotlin from gradle dependencies group#41
jboix merged 2 commits intomainfrom
ci/dependabot-kotlin-group

Conversation

@jboix
Copy link
Copy Markdown
Member

@jboix jboix commented Mar 30, 2026

Description

The Buildx setup step was randomly failing with a 500 error from Docker Hub when pulling the moby/buildkit image. Since we are not doing multi-platform builds or using any Buildx-specific features, the step is unnecessary.

Excluding gradle wrapper from the gradle dependency group to ensure it gets its own dedicated PR and can be reviewed and evaluated separately.

Changes Made

  • Removed the docker/setup-buildx-action from the quality workflow.
  • Excluded org.gradle:gradle-wrapper from the gradle-dependencies group in depandabot.

Checklist

  • I have followed the project's style and contribution guidelines.
  • I have performed a self-review of my own changes.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.

jboix added 2 commits March 30, 2026 16:33
Updates Dependabot configuration to group Kotlin dependencies separately
from other Gradle dependencies.

Excluded `org.gradle:gradle-wrapper` from the `gradle-dependencies` group.
The Buildx setup step was randomly failing with a 500 error from
Docker Hub when pulling the moby/buildkit image. Since we are not doing
multi-platform builds or using any Buildx-specific features, the step
is unnecessary.
@jboix jboix self-assigned this Mar 30, 2026
@jboix jboix added this to Pillarbox Mar 30, 2026
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Pillarbox Mar 30, 2026
@github-actions
Copy link
Copy Markdown

Coverage Report

Overall Project 87.68% 🍏

There is no coverage information present for the Files changed

@jboix jboix moved this from 📋 Backlog to 🍿 Code Review in Pillarbox Mar 30, 2026
@jboix jboix requested review from StaehliJ, amtins, defagos and waliid March 30, 2026 15:14
@jboix jboix added this pull request to the merge queue Mar 31, 2026
Merged via the queue into main with commit 8b74a7b Mar 31, 2026
5 checks passed
@jboix jboix deleted the ci/dependabot-kotlin-group branch March 31, 2026 07:53
@github-project-automation github-project-automation bot moved this from 🍿 Code Review to ✅ Done in Pillarbox Mar 31, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

🎉 This PR is included in version 1.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants