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.0 (#70)

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 | minor | `v1.0.1` -> `v1.1.0` |

---

### Release Notes

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

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

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

#### Features


[#&#8203;699](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/699)
[#&#8203;701](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/701)
Support validating multiple files

You can validate multiple files by setting multiple lines to
`config_file_path`.
Leading spaces on each line are removed.

e.g.

```yaml
with:
  config_file_path: |
    default.json
    foo.json
```

You can pass `config_file_path` through output command.

e.g.

```yaml
      - id: files
        run: |
          set -euo pipefail
          files=$(git ls-files | grep renovate.json)

### https://stackoverflow.com/a/74232400
          EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
          {
            echo "files<<$EOF"
            echo "$files"
            echo "$EOF"
          } >> "$GITHUB_OUTPUT"
      - name: Pass files through output
        uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
        with:
          config_file_path: ${{ steps.files.outputs.files }}
```

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
  • Loading branch information
nabeken committed Sep 1, 2024
2 parents f8daffb + 0f6d522 commit dedf548
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Validate the config
uses: suzuki-shunsuke/github-action-renovate-config-validator@b54483862375f51910a60c4f498e927d4f3df466 # v1.0.1
uses: suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0

0 comments on commit dedf548

Please sign in to comment.