DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3#746
Closed
RomFloreani wants to merge 1 commit into
Closed
DEVOPS-1128: Update MiraGeoscience/CI-tools dependabot config and pin refs to @v3#746RomFloreani wants to merge 1 commit into
RomFloreani wants to merge 1 commit into
Conversation
…-tools dependencies Authored using a powershell script with the help of Copilot.
There was a problem hiding this comment.
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 forgithub-actionsDependabot updates targeting MiraGeoscience/CI-tools action/workflow dependencies.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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" |
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
ignore:block to dependabot.yml so Dependabot skips minor and patch version updates forMiraGeoscience/CI-tools/.github/actions/*andMiraGeoscience/CI-tools/.github/workflows/*(major updates still come through).MiraGeoscience/CI-toolsaction/workflow ref that floated on@main/@v2/@v1.0.0to@v3.This PR was run by a PowerShell script with the help of Copilot.