From 8e47c64f121fbfc42d56f35b1c58b4a696c3a79f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 May 2024 20:55:42 +0200 Subject: [PATCH] chore(deps): update dependency community.general to v9 (#82) 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 | major | `8.6.1` -> `9.0.0` | --- ### Release Notes
ansible-collections/community.general (community.general) ### [`v9.0.0`](https://github.com/ansible-collections/community.general/releases/tag/9.0.0) [Compare Source](https://github.com/ansible-collections/community.general/compare/8.6.1...9.0.0) See https://github.com/ansible-collections/community.general/blob/stable-9/CHANGELOG.md for all changes.
--- ### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.mgrote.net/mg/homeserver/pulls/82 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- requirements.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yaml b/requirements.yaml index b7af8a81..78a78846 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -1,6 +1,6 @@ collections: - name: community.general - version: "8.6.1" + version: "9.0.0" - name: community.crypto version: "2.20.0" - name: ansible.posix