Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions group across 1 directory with 2 updates #99

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the actions group with 2 updates in the /.github/workflows directory: OpenAstronomy/github-actions-workflows and stefanzweifel/git-auto-commit-action.

Updates OpenAstronomy/github-actions-workflows from 1.13.0 to 1.16.0

Release notes

Sourced from OpenAstronomy/github-actions-workflows's releases.

v1.16.0

What's Changed

New Contributors

Full Changelog: OpenAstronomy/github-actions-workflows@v1...v1.16.0

v1.15.0

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v1...v1.15.0

v1.14.0

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v1.13.0...v1.14.0

Commits
  • 8c0fde6 Update pip before we use it (#266)
  • dec851b Bump the actions group in /.github/workflows with 6 updates (#261)
  • 6aef87d Merge pull request #264 from braingram/python312_sdist
  • eb631e3 build sdist with python 3.12
  • 3b829fe Merge pull request #263 from OpenAstronomy/pre-commit-ci-update-config
  • f6ae201 [pre-commit.ci] pre-commit autoupdate
  • 34146c4 Merge pull request #260 from OpenAstronomy/pre-commit-ci-update-config
  • 3d495e0 [pre-commit.ci] pre-commit autoupdate
  • e269c33 Merge pull request #258 from OpenAstronomy/pre-commit-ci-update-config
  • 9584557 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Updates stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v5.1.0

Changed

Fixed

Dependency Updates

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

TBD

v5.1.0 - 2025-01-11

Changed

Fixed

Dependency Updates

v5.0.1 - 2024-04-12

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @​ccomendant

Dependency Updates

Misc

v5.0.0 - 2023-10-06

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

... (truncated)

Commits
  • e348103 Merge pull request #354 from parkerbxyz/patch-1
  • 032ffbe Include github.actor_id in default commit_author
  • 0b492c0 Bump bats from 1.11.0 to 1.11.1 (#353)
  • 050015d Add Scope/Permissions documentation for PATs
  • 573710f docs(README): fix broken protected branch docs link (#346)
  • e961da7 Update README.md (#343)
  • ac88237 Bump github/super-linter from 6 to 7 (#342)
  • be823a7 Bump github/super-linter from 5 to 6 (#335)
  • 55a82ca Add Section on preventing infinite loops to README
  • 18157e6 Update bug.yaml
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
@pllim pllim requested review from astrofrog and Cadair February 11, 2025 23:51
@pllim
Copy link
Member

pllim commented Feb 12, 2025

@dependabot rebase

Bumps the actions group with 2 updates in the /.github/workflows directory: [OpenAstronomy/github-actions-workflows](https://github.com/openastronomy/github-actions-workflows) and [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).


Updates `OpenAstronomy/github-actions-workflows` from 1.13.0 to 1.16.0
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@9244411...8c0fde6)

Updates `stefanzweifel/git-auto-commit-action` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@8621497...e348103)

---
updated-dependencies:
- dependency-name: OpenAstronomy/github-actions-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dot-github/workflows/actions-36ec33cdb6 branch from 5910503 to a59fbee Compare February 12, 2025 14:13
Copy link
Member

@pllim pllim left a comment

Choose a reason for hiding this comment

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

There is already separate issue at #102 for the failure.

@pllim pllim merged commit 137a673 into main Feb 12, 2025
34 of 36 checks passed
@pllim pllim deleted the dependabot/github_actions/dot-github/workflows/actions-36ec33cdb6 branch February 12, 2025 14:27
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant