Skip to content

Group all Go dependency updates in Dependabot#28

Merged
openshift-merge-bot[bot] merged 1 commit into
oadp-devfrom
copilot/group-golang-deps
Jul 16, 2026
Merged

Group all Go dependency updates in Dependabot#28
openshift-merge-bot[bot] merged 1 commit into
oadp-devfrom
copilot/group-golang-deps

Conversation

Copilot AI commented Jul 16, 2026

Copy link
Copy Markdown

Dependabot was not configured, so Go module bumps would arrive as one PR per dependency. Per preference (see #21), dependency PRs should be grouped.

Changes

  • Add .github/dependabot.yml enabling the gomod ecosystem on a weekly schedule.
  • Define a go-dependencies group matching * so all Go module updates land in a single PR.
version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
      go-dependencies:
        patterns:
          - "*"

@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown

Hi @Copilot. Thanks for your PR.

I'm waiting for a migtools member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

kaovilai added a commit to openshift/restic that referenced this pull request Jul 16, 2026
Dependabot was configured but had no groups, so Go module bumps
arrive as one PR per dependency. Add a catch-all go-dependencies
group so all Go module updates land in a single PR, matching
migtools/filebrowser#28.

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
kaovilai added a commit to migtools/udistribution that referenced this pull request Jul 16, 2026
Replace the 13 named groups (azure, golang-x, docker, aws, etc.)
with a single catch-all go-dependencies group. The named groups
only matched specific dependency prefixes, so anything outside
those still opened its own PR. A single "*" group ensures all Go
module updates land in one PR, matching migtools/filebrowser#28.

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
@kaovilai
kaovilai marked this pull request as ready for review July 16, 2026 21:00
@openshift-ci
openshift-ci Bot requested review from mpryc and sseago July 16, 2026 21:01
@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Copilot, Joeavaikath, sseago

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sseago

sseago commented Jul 16, 2026

Copy link
Copy Markdown

/lgtm

@kaovilai

Copy link
Copy Markdown
Member

/ok-to-test

Note

Responses generated with Claude

kaovilai added a commit to migtools/udistribution that referenced this pull request Jul 16, 2026
Replace the 13 named groups (azure, golang-x, docker, aws, etc.)
with a single catch-all go-dependencies group. The named groups
only matched specific dependency prefixes, so anything outside
those still opened its own PR. A single "*" group ensures all Go
module updates land in one PR, matching migtools/filebrowser#28.

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
@openshift-merge-bot
openshift-merge-bot Bot merged commit 65589d6 into oadp-dev Jul 16, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants