Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect folder-path when check-modified-files-only == yes #168

Merged
merged 1 commit into from Mar 1, 2023

Conversation

exoego
Copy link
Contributor

@exoego exoego commented Dec 23, 2022

Fixes #167

This PR leverages -- <path>... options of git diff [<options>] [<commit>] [--] [<path>…​]
Refer https://git-scm.com/docs/git-diff

I've tested the results of git diff --name-only --diff-filter=AM "$MASTER_HASH" -- "${FOLDER_ARRAY[@]}" with some variants of FOLDER_PATH in bash.

$ FOLDER_PATH="."
$ FOLDER_ARRAY=(${FOLDER_PATH//,/ })
$ git diff --name-only --diff-filter=AM "$MASTER_HASH" -- "${FOLDER_ARRAY[@]}"
.github/workflows/linkcheck.yml
docs/running.md
docs/scalafix-migrations.md
modules/core/src/main/scala/org/scalasteward/core/application/Cli.scala
modules/core/src/test/scala/org/scalasteward/core/application/CliTest.scala
modules/docs/mdoc/running.md
modules/docs/mdoc/scalafix-migrations.md


$ FOLDER_PATH="docs"
$ FOLDER_ARRAY=(${FOLDER_PATH//,/ })
$ git diff --name-only --diff-filter=AM "$MASTER_HASH" -- "${FOLDER_ARRAY[@]}"
docs/running.md
docs/scalafix-migrations.md


$ FOLDER_PATH="docs,modules"
$ FOLDER_ARRAY=(${FOLDER_PATH//,/ })
$ git diff --name-only --diff-filter=AM "$MASTER_HASH" -- "${FOLDER_ARRAY[@]}"
docs/running.md
docs/scalafix-migrations.md
modules/core/src/main/scala/org/scalasteward/core/application/Cli.scala
modules/core/src/test/scala/org/scalasteward/core/application/CliTest.scala
modules/docs/mdoc/running.md
modules/docs/mdoc/scalafix-migrations.md

Reference

@gaurav-nelson
Copy link
Owner

@exoego Sorry for delay on this one. Can you rebase and push this commit again?

@exoego exoego force-pushed the fix-167 branch 2 times, most recently from 0f421b3 to a9bccf0 Compare March 1, 2023 07:27
@exoego
Copy link
Contributor Author

exoego commented Mar 1, 2023

@gaurav-nelson Rebased

@gaurav-nelson gaurav-nelson merged commit 3faccbc into gaurav-nelson:master Mar 1, 2023
3 checks passed
@exoego exoego deleted the fix-167 branch March 1, 2023 07:39
xorima pushed a commit to sous-chefs/rvm that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/rvm).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/percona that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/percona).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/ruby_build that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/ruby_build).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/ruby_rbenv that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/ruby_rbenv).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/apache2 that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/apache2).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->
xorima pushed a commit to sous-chefs/apt that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/apt).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
xorima pushed a commit to sous-chefs/aws that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/aws).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/cron that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/cron).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/fail2ban that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/fail2ban).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/firewall that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/firewall).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/haproxy that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/haproxy).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/java that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/logrotate that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/logrotate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/lvm that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/lvm).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/openssh that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/openssh).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/openvpn that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/openvpn).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/perl that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/perl).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/postfix that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/postfix).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/selinux that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/selinux).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/users that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/users).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/memcached that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/memcached).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/mysql that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/mysql).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/openldap that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/openldap).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/ossec that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/ossec).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/passenger_apache2 that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/passenger_apache2).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/php that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/php).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/postgresql that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/postgresql).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/powershell that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/powershell).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/rsyslog that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/rsyslog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/sql_server that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/sql_server).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/ufw that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/ufw).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/certificate that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/certificate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/ark that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/ark).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9-->
xorima pushed a commit to sous-chefs/dhcp that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/dhcp).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9-->
xorima pushed a commit to sous-chefs/confluence that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/confluence).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/golang that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/golang).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
xorima pushed a commit to sous-chefs/vagrant that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/vagrant).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/kafka that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/kafka).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/windows_ad that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/windows_ad).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/etcd that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/etcd).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjMifQ==-->
xorima pushed a commit to sous-chefs/chef-splunk that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/chef-splunk).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/rundeck that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/rundeck).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/grafana that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/grafana).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/nodejs that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/nodejs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/mariadb that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/mariadb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->
xorima pushed a commit to sous-chefs/kubernetes that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/kubernetes).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
xorima pushed a commit to sous-chefs/sc-mongodb that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/sc-mongodb).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/hashicorp-vault that referenced this pull request Apr 1, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/hashicorp-vault).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNS44LjAifQ==-->
awhittle2 pushed a commit to awhittle2/php that referenced this pull request Apr 4, 2023
[skip ci] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sous-chefs/php).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4yIn0=-->
xorima pushed a commit to sous-chefs/yum that referenced this pull request Sep 28, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gaurav-nelson/github-action-markdown-link-check](https://togithub.com/gaurav-nelson/github-action-markdown-link-check) | action | patch | `1.0.13` -> `1.0.15` |
| [sous-chefs/.github](https://togithub.com/sous-chefs/.github) | action | patch | `2.0.2` -> `2.0.6` |

---

### Release Notes

<details>
<summary>gaurav-nelson/github-action-markdown-link-check (gaurav-nelson/github-action-markdown-link-check)</summary>

### [`v1.0.15`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.15)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.14...1.0.15)

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#168 - Respect folder-path when check-modified-files-only == yes: Thank you [@&#8203;exoego](https://togithub.com/exoego)

Thank you [@&#8203;mgrojo](https://togithub.com/mgrojo) [@&#8203;qaristote](https://togithub.com/qaristote) [@&#8203;RezaRahemtola](https://togithub.com/RezaRahemtola) for minor typo fixes.

### [`v1.0.14`](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.14)

[Compare Source](https://togithub.com/gaurav-nelson/github-action-markdown-link-check/compare/1.0.13...1.0.14)

### Important ‼️

This version is in beta. Use `1.0.13` or `v1` which are the stable versions.

***

##### Changes

-   [gaurav-nelson/github-action-markdown-link-check#116 - Changed the base image to more stage Node image `node:lts-alpine`
-   [gaurav-nelson/github-action-markdown-link-check#126 - Use markdown-link-check version 3.9.3
-   [gaurav-nelson/github-action-markdown-link-check#148 - Fully disable the Git ownership check
-   [gaurav-nelson/github-action-markdown-link-check#144 - Update markdown-lint-check to v3.10.2

Thank you [@&#8203;thanethomson](https://togithub.com/thanethomson) [@&#8203;edumco](https://togithub.com/edumco) [@&#8203;Pandapip1](https://togithub.com/Pandapip1) [@&#8203;creachadair](https://togithub.com/creachadair) [@&#8203;bogdandrutu](https://togithub.com/bogdandrutu)

</details>

<details>
<summary>sous-chefs/.github (sous-chefs/.github)</summary>

### [`v2.0.6`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.6)

[Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.5...2.0.6)

#### What's Changed

-   chore(deps): update davidanson/markdownlint-cli2-action action to v11 by [@&#8203;renovate](https://togithub.com/renovate) in [sous-chefs/.github#26
-   chore(deps): update actions (major) by [@&#8203;renovate](https://togithub.com/renovate) in [sous-chefs/.github#27

**Full Changelog**: sous-chefs/.github@2.0.5...2.0.6

### [`v2.0.5`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.5)

[Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.4...2.0.5)

#### What's Changed

-   Only run check-metadata on a PR ([#&#8203;24](https://togithub.com/sous-chefs/.github/issues/24))
-   allow the chef workstation version to be passed to install chef ([#&#8203;25](https://togithub.com/sous-chefs/.github/issues/25))

#### New Contributors

-   [@&#8203;b-dean](https://togithub.com/b-dean) made their first contribution in [sous-chefs/.github#25

**Full Changelog**: sous-chefs/.github@2.0.4...2.0.5

### [`v2.0.4`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.4)

[Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.3...2.0.4)

#### What's Changed

-   chore(deps): update sonicgarden/rspec-report-action action to v2.1.2 by [@&#8203;renovate](https://togithub.com/renovate) in [sous-chefs/.github#23
-   chore(deps): update davidanson/markdownlint-cli2-action action to v10 by [@&#8203;renovate](https://togithub.com/renovate) in [sous-chefs/.github#21

#### New Contributors

-   [@&#8203;renovate](https://togithub.com/renovate) made their first contribution in [sous-chefs/.github#23

**Full Changelog**: sous-chefs/.github@2.0.3...2.0.4

### [`v2.0.3`](https://togithub.com/sous-chefs/.github/releases/tag/2.0.3)

[Compare Source](https://togithub.com/sous-chefs/.github/compare/2.0.2...2.0.3)

#### What's Changed

-   Fix rspec gem install step by [@&#8203;bmhughes](https://togithub.com/bmhughes) in [sous-chefs/.github#22

#### New Contributors

-   [@&#8203;bmhughes](https://togithub.com/bmhughes) made their first contribution in [sous-chefs/.github#22

**Full Changelog**: sous-chefs/.github@2.0.2...2.0.3

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sous-chefs/yum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi44My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

folder-path is not respected if check-modified-files-only == yes
2 participants