chore(deps): update ytanikin/prconventionalcommits action to v1.3.0 (#1020)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ytanikin/PRConventionalCommits](https://redirect.github.com/ytanikin/PRConventionalCommits)
| action | minor | `1.2.0` -> `1.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ytanikin/PRConventionalCommits
(ytanikin/PRConventionalCommits)</summary>

###
[`v1.3.0`](https://redirect.github.com/ytanikin/PRConventionalCommits/releases/tag/1.3.0)

[Compare
Source](https://redirect.github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0)

#### What's Changed

- fix: Set breaking changes regex by
[@&#8203;alexangas](https://redirect.github.com/alexangas) in
[https://github.com/ytanikin/PRConventionalCommits/pull/24](https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24)

#### New Contributors

- [@&#8203;alexangas](https://redirect.github.com/alexangas) made their
first contribution in
[https://github.com/ytanikin/PRConventionalCommits/pull/24](https://redirect.github.com/ytanikin/PRConventionalCommits/pull/24)

**Full Changelog**:
https://github.com/ytanikin/PRConventionalCommits/compare/1.2.0...1.3.0

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pachli/pachli-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-18 13:20:32 +02:00 committed by GitHub
parent e89cfb3c60
commit da1bdc0276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: PR Conventional Commit Validation - name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@8d258b54939f6769fcd935a52b96d6b0383a00c5 # 1.2.0 uses: ytanikin/PRConventionalCommits@b628c5a234cc32513014b7bfdd1e47b532124d98 # 1.3.0
with: with:
task_types: '["build","change","chore","ci","deprecate","docs","feat","fix","perf","refactor","remove","revert","security","style","test"]' task_types: '["build","change","chore","ci","deprecate","docs","feat","fix","perf","refactor","remove","revert","security","style","test"]'
add_label: 'false' add_label: 'false'