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

9 (#4)

parent ce3a4b5f
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"
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ jobs:
    strategy:
      max-parallel: 2
      matrix:
        ansible: ["2.16", "latest"]
        ansible: ["9", "latest"]

    steps:
      - name: Check out the codebase
        uses: actions/checkout@v3
        uses: actions/checkout@v4

      - name: Set up Python
        uses: actions/setup-python@v4
+1 −1
Original line number Diff line number Diff line
# Requirements for ansible stable
ansible>=2.16<2.17
ansible >=9, <10
ansible-lint