From dfb1a402e1f299b6c7cc908c20d2d1f99fd80d7f Mon Sep 17 00:00:00 2001 From: ivanch Date: Sun, 6 Sep 2026 15:06:37 +0000 Subject: [PATCH] Update dependency community.general to v13.3.0 (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [community.general](https://github.com/ansible-collections/community.general) | galaxy-collection | minor | `13.2.0` → `13.3.0` | --- ### Release Notes
ansible-collections/community.general (community.general) ### [`v13.3.0`](https://github.com/ansible-collections/community.general/releases/tag/13.3.0) [Compare Source](https://github.com/ansible-collections/community.general/compare/13.2.0...13.3.0) See for all changes.
--- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). --------- Co-authored-by: Renovate Bot Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/4 --- ansible/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/requirements.yml b/ansible/requirements.yml index de6aa00..28555b9 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -3,4 +3,4 @@ collections: - name: community.proxmox version: "2.0.0" - name: community.general - version: "13.2.0" + version: "13.3.0"