Skip to content

chore(deps): bump the github-actions-dependencies group with 2 updates#133

Merged
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-81b81d4cf8
Mar 26, 2025
Merged

chore(deps): bump the github-actions-dependencies group with 2 updates#133
neilime merged 1 commit intomainfrom
dependabot/github_actions/github-actions-dependencies-81b81d4cf8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps the github-actions-dependencies group with 2 updates: hoverkraft-tech/ci-github-nodejs and hoverkraft-tech/ci-github-common.

Updates hoverkraft-tech/ci-github-nodejs from 0.9.0 to 0.10.0

Release notes

Sourced from hoverkraft-tech/ci-github-nodejs's releases.

0.10.0

Release Summary

This release introduces scheduled weekly CI runs on the main branch to ensure continuous validation of the codebase. Documentation has been updated to improve the clarity of actions and workflows. Multiple dependencies, including GitHub Actions and npm packages, have been bumped for enhanced compatibility and security.

No breaking changes were introduced in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-nodejs@0.9.0...0.10.0

Commits
  • 0c281f4 ci: use linter for Github Actions
  • 455fe77 docs: update actions and workflows documentation
  • 1f2b234 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 162ad39 chore(deps): bump the npm-dependencies group with 2 updates
  • bb5ef71 chore(deps): bump hoverkraft-tech/ci-github-publish
  • 0dcb688 docs: update actions and workflows documentation
  • See full diff in compare view

Updates hoverkraft-tech/ci-github-common from 0.18.0 to 0.20.0

Release notes

Sourced from hoverkraft-tech/ci-github-common's releases.

0.20.0

Release Summary

This release introduces two new features: signed commits for the create-and-merge-pull-request action and a merged configuration for linter-related actions under a unified linter scope. Documentation has been updated to reflect recent changes in actions and workflows. Dependency versions managed by GitHub Actions have been bumped to ensure compatibility and security improvements.

There are no breaking changes in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.19.0...0.20.0

0.19.0

Release Summary

This release introduces a new feature adding a linter for GitHub Actions workflows, enhancing validation and consistency. Documentation related to actions and workflows has been updated for improved clarity. CI improvements were made to strengthen versioning security. Additionally, dependencies have been updated.

No breaking changes were reported in this release.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-common@0.18.0...0.19.0

Commits
  • edc1e53 feat(linter): merge linter-actions into linter
  • a4b9ab9 docs: update actions and workflows documentation
  • 7711647 feat(create-and-merge-pull-request): sign commit
  • b3e3638 chore(deps): bump the github-actions-dependencies group across 1 directory wi...
  • 62ef6cd docs: update actions and workflows documentation
  • d8e8b63 feat(linter-actions): supports single GitHub Action
  • 6b5b43e docs: update actions and workflows documentation
  • 453e65e feat: add linter for GitHub Actions
  • 5a4951e ci: improve versionning security
  • ec5457b chore(deps): bump hoverkraft-tech/ci-github-publish
  • 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 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 26, 2025
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-81b81d4cf8 branch 2 times, most recently from 2510615 to 78afd80 Compare March 26, 2025 17:21
Bumps the github-actions-dependencies group with 2 updates: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).

Updates `hoverkraft-tech/ci-github-nodejs` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
- [Commits](hoverkraft-tech/ci-github-nodejs@0.9.0...0.10.0)

Updates `hoverkraft-tech/ci-github-common` from 0.18.0 to 0.20.0
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
- [Commits](hoverkraft-tech/ci-github-common@0.18.0...0.20.0)

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-nodejs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-81b81d4cf8 branch from 78afd80 to 544c4d9 Compare March 26, 2025 17:30
@neilime neilime merged commit 86e13c8 into main Mar 26, 2025
35 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-81b81d4cf8 branch March 26, 2025 18:02
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