Skip to content

Reduce Dependabot patch PRs for Magick.NET-Q16-AnyCPU#12

Merged
jongalloway merged 2 commits into
mainfrom
copilot/reduce-dependabot-updates
Jun 1, 2026
Merged

Reduce Dependabot patch PRs for Magick.NET-Q16-AnyCPU#12
jongalloway merged 2 commits into
mainfrom
copilot/reduce-dependabot-updates

Conversation

Copilot AI commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Dependabot is currently opening weekly PRs for Magick.NET-Q16-AnyCPU patch releases. This adjusts the NuGet update policy so weekly checks continue, but patch-only bumps for that package no longer generate PR noise.

  • Dependabot policy

    • Added an ignore rule for Magick.NET-Q16-AnyCPU patch updates in .github/dependabot.yml
    • Kept the existing weekly NuGet scan cadence for the repository
  • Update scope

    • Suppresses semver-patch PRs for this package
    • Continues allowing higher-signal updates (for example, minor releases)
updates:
  - package-ecosystem: "nuget"
    directory: "/"
    schedule:
      interval: "weekly"
    ignore:
      - dependency-name: "Magick.NET-Q16-AnyCPU"
        update-types:
          - "version-update:semver-patch"

Copilot AI changed the title [WIP] Adjust Dependabot update frequency for Magick.NET-Q16-AnyCPU Reduce Dependabot patch PRs for Magick.NET-Q16-AnyCPU Jun 1, 2026
Copilot AI requested a review from jongalloway June 1, 2026 01:45
@jongalloway jongalloway marked this pull request as ready for review June 1, 2026 01:46
@jongalloway jongalloway requested a review from Copilot June 1, 2026 01:46

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts Dependabot's NuGet update policy to suppress patch-level update PRs for Magick.NET-Q16-AnyCPU, while preserving the weekly scan cadence and higher-signal (minor/major) update PRs.

Changes:

  • Added an ignore rule for Magick.NET-Q16-AnyCPU targeting version-update:semver-patch.
  • Retained the existing weekly NuGet update schedule for the repository root.
Show a summary per file
File Description
.github/dependabot.yml Adds ignore rule to suppress patch-only Dependabot PRs for Magick.NET-Q16-AnyCPU.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@jongalloway jongalloway merged commit f0d866b into main Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce frequency of Dependabot updates for Magick.NET-Q16-AnyCPU

3 participants