Skip to content

Commit

Permalink
fix(deps): update suzuki-shunsuke/github-action-renovate-config-valid…
Browse files Browse the repository at this point in the history
…ator action to v1.1.1 (#101)

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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMS4zIiwidXBkYXRlZEluVmVyIjoiMzkuMzEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
  • Loading branch information
nabeken authored Nov 27, 2024
2 parents aeae4a8 + cbdcc27 commit 6dd90b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate_config_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Validate the config
uses: suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0
uses: suzuki-shunsuke/github-action-renovate-config-validator@c22827f47f4f4a5364bdba19e1fe36907ef1318e # v1.1.1

0 comments on commit 6dd90b0

Please sign in to comment.