Unverified Commit 65adf2c5 authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

9 (#4)



* 9

Signed-off-by: default avatarDmitriy Safronov <zimniy@cyberbrain.pw>

* dependabot

Signed-off-by: default avatarDmitriy Safronov <zimniy@cyberbrain.pw>

---------

Signed-off-by: default avatarDmitriy Safronov <zimniy@cyberbrain.pw>
parent 4f397915
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
---

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
@@ -11,3 +10,11 @@ updates:
    directory: "/.requirements" # Location of package manifests
    schedule:
      interval: "weekly"
    labels:
      - "dependencies"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
    labels:
      - "dependencies"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:
    strategy:
      max-parallel: 2
      matrix:
        ansible: ["2.16", "latest"]
        ansible: ["9", "latest"]

    steps:
      - name: Check out the codebase
+1 −1
Original line number Diff line number Diff line
# Requirements for ansible stable
ansible>=2.16<2.17
ansible >=9, <10
ansible-lint