Skip to content

chore(deps): bump actions/stale from 10.1.1 to 10.2.0#660

Merged
tenthirtyam merged 1 commit intomainfrom
dependabot/github_actions/actions/stale-10.2.0
Feb 20, 2026
Merged

chore(deps): bump actions/stale from 10.1.1 to 10.2.0#660
tenthirtyam merged 1 commit intomainfrom
dependabot/github_actions/actions/stale-10.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps actions/stale from 10.1.1 to 10.2.0.

Release notes

Sourced from actions/stale's releases.

v10.2.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10...v10.2.0

Commits

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

Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added chore Chore github-actions GitHub Actions labels Feb 20, 2026
@dependabot dependabot bot requested a review from tenthirtyam as a code owner February 20, 2026 14:26
@dependabot dependabot bot added chore Chore github-actions GitHub Actions labels Feb 20, 2026
@github-actions github-actions bot added needs-review Needs Review size/xs Relative Sizing: Extra-Small labels Feb 20, 2026
@tenthirtyam tenthirtyam merged commit 224d5a3 into main Feb 20, 2026
8 checks passed
@tenthirtyam tenthirtyam deleted the dependabot/github_actions/actions/stale-10.2.0 branch February 20, 2026 15:17
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Feb 20, 2026
@tenthirtyam tenthirtyam added this to the v2.2.0 milestone Feb 20, 2026
tenthirtyam added a commit that referenced this pull request Feb 24, 2026
commit 94d217c
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:37 2026 -0500

    docs: fix typos and grammer (#667)

    Addressed spelling, grammar, and phrasing.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 09e41b6
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:02 2026 -0500

    chore: remove `.go-version` (#666)

    Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 2c7c9c5
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:09:06 2026 -0500

    docs: update examples url (#664)

    Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 2c771b3
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:01:24 2026 -0500

    docs: update `README.md` (#663)

    Update `README.md`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit d17cc76
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 11:37:43 2026 -0500

    chore(gh): update release workflow tag pattern (#662)

    Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`).

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 6632d05
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Sat Feb 21 12:14:40 2026 -0500

    chore: update `CODEOWNERS` (#661)

    Update `CODEOWNERS`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 224d5a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 20 10:16:58 2026 -0500

    chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@9971854...b5d41d4)

    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dee83a3
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Fri Feb 20 08:07:54 2026 -0500

    docs: update `CONTRIBUTING.md` (#658)

    Revised the `CONTRIBUTING.md`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 8587200
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Wed Feb 18 12:56:13 2026 -0500

    chore(dev): prepare development cycle (#656)

    Prepare the plugin for the 2.2.0 development cycle and pre-release builds.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
tenthirtyam added a commit that referenced this pull request Mar 5, 2026
commit 94d217c
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:37 2026 -0500

    docs: fix typos and grammer (#667)

    Addressed spelling, grammar, and phrasing.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 09e41b6
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Mon Feb 23 22:02:02 2026 -0500

    chore: remove `.go-version` (#666)

    Removed the`.go-version` now that all workflows that use `actions/setup-go` now get the version from the module in `go.mod`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 2c7c9c5
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:09:06 2026 -0500

    docs: update examples url (#664)

    Replaced references to `github.com/vmware-samples/packer-examples-for-vsphere` with `github.com/vmware/packer-examples-for-vsphere`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 2c771b3
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 12:01:24 2026 -0500

    docs: update `README.md` (#663)

    Update `README.md`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit d17cc76
Author: Ryan Johnson <ryan@tenthirtyam.org>
Date:   Sun Feb 22 11:37:43 2026 -0500

    chore(gh): update release workflow tag pattern (#662)

    Replaced broad `v*` tag filter with a more specific pattern: `v*.*.*` to match stable SemVer releases (e.g. `v2.2.0`) and pre-releases (e.g. `v2.2.0-beta`, `v2.2.0-rc.1`).

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 6632d05
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Sat Feb 21 12:14:40 2026 -0500

    chore: update `CODEOWNERS` (#661)

    Update `CODEOWNERS`.

    Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>

commit 224d5a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 20 10:16:58 2026 -0500

    chore(deps): bump actions/stale from 10.1.1 to 10.2.0 (#660)

    Bumps [actions/stale](https://github.com/actions/stale) from 10.1.1 to 10.2.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@9971854...b5d41d4)

    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-version: 10.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit dee83a3
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Fri Feb 20 08:07:54 2026 -0500

    docs: update `CONTRIBUTING.md` (#658)

    Revised the `CONTRIBUTING.md`.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>

commit 8587200
Author: Ryan Johnson <ryan.johnson@broadcom.com>
Date:   Wed Feb 18 12:56:13 2026 -0500

    chore(dev): prepare development cycle (#656)

    Prepare the plugin for the 2.2.0 development cycle and pre-release builds.

    Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore github-actions GitHub Actions size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant