chore(deps): update plugin com.avast.gradle.docker-compose to v0.17.6 (#10)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| com.avast.gradle.docker-compose | plugin | patch | `0.17.4` -> `0.17.6` |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

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

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

---

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

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #10
Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>
pull/16/head
Renovate Bot 2024-01-26 16:39:50 +00:00 committed by fjadmin
parent 0434a060d9
commit bb48338535
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import com.github.gradle.node.npm.task.NpmTask
plugins {
id("com.avast.gradle.docker-compose") version "0.17.4"
id("com.avast.gradle.docker-compose") version "0.17.6"
id("org.antora") version "1.0.0"
id("base")
}