Skip to content

Commit

Permalink
ci(deps): update suzuki-shunsuke/github-action-renovate-config-valida…
Browse files Browse the repository at this point in the history
…tor action to v1.1.1 (#138)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[suzuki-shunsuke/github-action-renovate-config-validator](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator)
| action | patch | `v1.1.0` -> `v1.1.1` |

---

### Release Notes

<details>
<summary>suzuki-shunsuke/github-action-renovate-config-validator
(suzuki-shunsuke/github-action-renovate-config-validator)</summary>

###
[`v1.1.1`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.1.1)

[Compare
Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v1.1.0...v1.1.1)

#### Bug Fixes


[#&#8203;768](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/768)
[#&#8203;770](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/770)
[#&#8203;772](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/772)
Fixed a bug `strict` doesn't work

renovate-config-validator has an issue about`RENOVATE_CONFIG_FILE`.

-
[https://github.com/renovatebot/renovate/issues/30418](https://redirect.github.com/renovatebot/renovate/issues/30418)

And now renovate-config-validator can accept files via positional
arguments.

-
[https://github.com/renovatebot/renovate/pull/16475](https://redirect.github.com/renovatebot/renovate/pull/16475)

Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple
files, so we don't need to run `renovate-config-validator` by file.
So this release replaces `RENOVATE_CONFIG_FILE` with positional
arguments.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent eb80071 commit 3934f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default_linter_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0
- uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1
with:
config-path: ${{ matrix.file }}

Expand Down

0 comments on commit 3934f2c

Please sign in to comment.