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

chore(deps): bump rojopolis/spellcheck-github-actions from 0.24.0 to 0.25.0 #54

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps rojopolis/spellcheck-github-actions from 0.24.0 to 0.25.0.

Release notes

Sourced from rojopolis/spellcheck-github-actions's releases.

0.25.0, 2022-07-08, maintenance release, update recommended

Changelog

Sourced from rojopolis/spellcheck-github-actions's changelog.

0.25.0, 2022-07-08, maintenance release, update recommended

Commits
  • b28d4e9 Preparing release 0.25.0
  • 61b2675 Merge pull request #104 from rojopolis/snyk-fix-7157d1869d13e4108e65683588c9be92
  • 65d81a3 Bump python from 3.10.4-slim-bullseye to 3.10.5-slim-bullseye (#102)
  • 5288f6e fix: requirements.txt to reduce vulnerabilities
  • c440a01 Bump nosborn/github-action-markdown-cli from 3.0.1 to 3.1.0 (#103)
  • 04bcd5c Corrected spelling error, not caught by the spelling checker
  • c258ac2 Added documentation on ignoring code sections
  • See full diff in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2022
@gordsport gordsport closed this Jul 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@gordsport gordsport reopened this Jul 26, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from b72ba80 to d402c33 Compare July 26, 2022 12:35
@@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v3

- name: Run PySpelling
uses: rojopolis/spellcheck-github-actions@0.24.0
uses: rojopolis/spellcheck-github-actions@0.25.0
Copy link
Contributor

Choose a reason for hiding this comment

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

would you look at that (test comment)

@gordsport gordsport closed this Aug 2, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch August 2, 2022 10:27
@gordsport gordsport restored the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch August 2, 2022 10:27
@gordsport gordsport reopened this Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from d402c33 to cb82d2a Compare August 2, 2022 10:28
@gordsport gordsport closed this Aug 2, 2022
@gordsport gordsport reopened this Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from cb82d2a to ae45c2a Compare August 2, 2022 21:00
@gordsport gordsport closed this Aug 2, 2022
@gordsport gordsport reopened this Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from ae45c2a to d979fcb Compare August 2, 2022 21:23
@gordsport gordsport closed this Aug 2, 2022
@gordsport gordsport reopened this Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from d979fcb to ad8b2ed Compare August 2, 2022 21:55
@gordsport gordsport closed this Aug 2, 2022
@gordsport gordsport reopened this Aug 2, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from ad8b2ed to 8a82a1d Compare August 2, 2022 22:04
@gordsport gordsport closed this Aug 2, 2022
@gordsport gordsport reopened this Aug 2, 2022
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.24.0...0.25.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch from 8a82a1d to f6ff9a7 Compare August 2, 2022 22:08
@gordsport gordsport closed this Aug 7, 2022
@gordsport gordsport reopened this Aug 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2022

Superseded by #58.

@dependabot dependabot bot closed this Aug 7, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/rojopolis/spellcheck-github-actions-0.25.0 branch August 7, 2022 19:14
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
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant