Skip to content

DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3#746

Closed
RomFloreani wants to merge 1 commit into
mainfrom
DEVOPS-1128-update-ci-tools-config
Closed

DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3#746
RomFloreani wants to merge 1 commit into
mainfrom
DEVOPS-1128-update-ci-tools-config

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-1128 - Fix the issue with Dependabot being triggered for minor and patch version for CI-Tools Bumps.
DEVOPS-1128: two related CI-tools config updates, applied wherever they're relevant to this repo:

  • Add an ignore: block to dependabot.yml so Dependabot skips minor and patch version updates for MiraGeoscience/CI-tools/.github/actions/* and MiraGeoscience/CI-tools/.github/workflows/* (major updates still come through).
  • Pin any MiraGeoscience/CI-tools action/workflow ref that floated on @main/@v2/@v1.0.0 to @v3.

This PR was run by a PowerShell script with the help of Copilot.

…-tools dependencies

Authored using a powershell script with the help of Copilot.
Copilot AI review requested due to automatic review settings July 6, 2026 20:21

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

Updates the repository’s Dependabot configuration for the github-actions ecosystem to reduce update noise for MiraGeoscience/CI-tools-based workflows/actions (by attempting to ignore minor/patch updates).

Changes:

  • Add an ignore: block for github-actions Dependabot updates targeting MiraGeoscience/CI-tools action/workflow dependencies.

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

Comment thread .github/dependabot.yml
Comment on lines +13 to +21
ignore:
- dependency-name: "MiraGeoscience/CI-tools/.github/actions/*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
- dependency-name: "MiraGeoscience/CI-tools/.github/workflows/*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-patch"
@github-actions github-actions Bot changed the title Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3 DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3 Jul 6, 2026
@RomFloreani

Copy link
Copy Markdown
Contributor Author

Closing: decided not to proceed with the Dependabot minor/patch ignore rule for CI-tools dependencies (DEVOPS-1128). This repo's dependabot.yml already had the standard mirageo-ci-tools template before this PR, so no further action is needed here.

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.

2 participants