Skip to content

Disable Dependabot updates for master-java8#4759

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/disable-dependabot-master-java8
Draft

Disable Dependabot updates for master-java8#4759
Copilot wants to merge 2 commits into
masterfrom
copilot/disable-dependabot-master-java8

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 17, 2026

master-java8 is no longer expected to receive releases, so Dependabot should stop opening dependency update PRs against that branch. This change narrows Dependabot scope to actively maintained targets only.

  • Dependabot scope adjustment

    • Removed the Maven updates entry targeting master-java8 from .github/dependabot.yml.
    • Kept existing default-branch Maven updates and GitHub Actions updates unchanged.
  • Resulting configuration

    version: 2
    updates:
      - package-ecosystem: "maven"
        directory: "/"
        schedule:
          interval: "daily"
          time: "02:00"
      - package-ecosystem: "github-actions"
        directory: "/"
        schedule:
          interval: "daily"
          time: "03:00"

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 17, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Copilot
Once this PR has been reviewed and has the lgtm label, please ask for approval from brendandburns. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@k8s-ci-robot k8s-ci-robot requested a review from yue9944882 May 17, 2026 17:49
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 17, 2026
@brendandburns
Copy link
Copy Markdown
Contributor

@copilot please fix CI/CD failure

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 17, 2026

@copilot please fix CI/CD failure

Fixed in commit 6af1b6b. The CI failure was caused by an incomplete Dependabot Maven entry in .github/dependabot.yml; I removed that invalid block, and the .github/dependabot.yml check is now passing.

@brendandburns
Copy link
Copy Markdown
Contributor

@yue9944882 I think it's time to shut down the java8 build, wdyt?

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

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants