ansible-wrapper 2026.6.14

Wrapper around various Ansible commands to automatically manage dependencies
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-FileCopyrightText: The ansible-wrapper Authors
# SPDX-License-Identifier: 0BSD

version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    assignees:
      - sebhoss
  - package-ecosystem: cargo
    directory: /
    schedule:
      interval: daily
    assignees:
      - sebhoss