Skip to content

Bump julia-actions/julia-downgrade-compat from 1 to 2 - #1

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/julia-actions/julia-downgrade-compat-2
Closed

Bump julia-actions/julia-downgrade-compat from 1 to 2#1
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/julia-actions/julia-downgrade-compat-2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor

Bumps julia-actions/julia-downgrade-compat from 1 to 2.

Release notes

Sourced from julia-actions/julia-downgrade-compat's releases.

v2.0.0

What's Changed

Full Changelog

Full Changelog: julia-actions/julia-downgrade-compat@v1.1.0...v2.0.0

v1.1.0

What's Changed

Full Changelog

Full Changelog: julia-actions/julia-downgrade-compat@v1.0.8...v1.1.0

v1.0.8

What's Changed

New Contributors

Full Changelog

Full Changelog: julia-actions/julia-downgrade-compat@v1.0.7...v1.0.8

v1.0.7: First release under julia-actions organization

Full Changelog

Full Changelog: https://github.com/julia-actions/julia-downgrade-compat/commits/v1.0.7

Changelog

Sourced from julia-actions/julia-downgrade-compat's changelog.

How to make a new release of this action

Let vX.Y.Z be the new version that you want to release.

  1. Create a new vX.Y.Z release:
    • Go to https://github.com/julia-actions/julia-downgrade-compat/releases
    • Click on "Draft a new release"
    • Click on "Tag: Select tag", and type vX.Y.Z (e.g. v2.3.4). Then click the "Create new tag" button. Make sure you include the v at the beginning of the tag!
    • For release title, type vX.Y.Z.
    • Click the green "Publish release" button at the bottom of the page.
  2. Force-update the vX and vX.Y tags, using the following commands:
git clone git@github.com:julia-actions/julia-downgrade-compat.git
cd julia-downgrade-compat
git fetch --all
git tag -d vX
git tag -d vX.Y
git tag vX vX.Y.Z
git tag vX.Y vX.Y.Z
git push --force origin vX
git push --force origin vX.Y

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 27, 2025
@jmert
jmert force-pushed the master branch 2 times, most recently from 9310deb to f8a66d4 Compare December 27, 2025 14:42
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/julia-actions/julia-downgrade-compat-2 branch from e46da01 to 0902199 Compare December 27, 2025 14:43
@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@dependabot ignore this major version

@dependabot dependabot Bot closed this Dec 27, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 2.x.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/github_actions/julia-actions/julia-downgrade-compat-2 branch December 27, 2025 14:57
@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@dependabot show julia-actions/* ignore conditions

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

No ignore conditions found for the dependency julia-actions/*

@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

https://github.com/dependabot show julia-actions/julia-downgrade-compat ignore conditions

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author
Ignore Conditions
Dependency Ignore Condition
julia-actions/julia-downgrade-compat [<2]
julia-actions/julia-downgrade-compat [>= 2.a, < 3]

@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@dependabot unignore julia-actions/julia-downgrade-compat [>= 2.a, < 3]

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

No dependency name (julia-actions/julia-downgrade-compat) or ignore conditions found to unignore.

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

OK, I will stop ignoring the julia-actions/julia-downgrade-compat dependency and its ignore condition [>= 2.a, < 3].

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If you re-open it, I'll rebase it, as long as no-one else has edited it.

@jmert

jmert commented Dec 27, 2025

Copy link
Copy Markdown
Owner

@dependabot reopen

@dependabot @github

dependabot Bot commented on behalf of github Dec 27, 2025

Copy link
Copy Markdown
Contributor Author

Beginning January 27, 2026, Dependabot will no longer support the @dependabot reopen command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@dependabot
dependabot Bot restored the dependabot/github_actions/julia-actions/julia-downgrade-compat-2 branch December 27, 2025 15:09
@dependabot dependabot Bot reopened this Dec 27, 2025
Bumps [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat) from 1 to 2.
- [Release notes](https://github.com/julia-actions/julia-downgrade-compat/releases)
- [Changelog](https://github.com/julia-actions/julia-downgrade-compat/blob/main/devdocs/release.md)
- [Commits](julia-actions/julia-downgrade-compat@v1...v2)

---
updated-dependencies:
- dependency-name: julia-actions/julia-downgrade-compat
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/julia-actions/julia-downgrade-compat-2 branch from 0902199 to 07aac1f Compare December 27, 2025 15:10
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #7.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/julia-actions/julia-downgrade-compat-2 branch August 1, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant