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

Semver (#2)



* feat: semver

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

* feat: semver

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

---------

Signed-off-by: default avatarDmitriy Safronov <zimniy@cyberbrain.pw>
parent 26f7e988
Loading
Loading
Loading
Loading
+3 −2
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:
@@ -8,12 +9,12 @@ updates:
  - package-ecosystem: "pip"
    directory: "/.requirements"
    schedule:
      interval: "daily"
      interval: "weekly"
    labels:
      - "dependencies"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
      interval: "weekly"
    labels:
      - "dependencies"
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@ jobs:
    strategy:
      max-parallel: 2
      matrix:
        ansible: ["2.16", "latest"]
        ansible: ["9", "latest"]

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

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