Loading .github/dependabot.yml +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: Loading @@ -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" .github/workflows/lint.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: strategy: max-parallel: 2 matrix: ansible: ["2.16", "latest"] ansible: ["9", "latest"] steps: - name: Check out the codebase Loading .requirements/2.16.txt→.requirements/9.txt +1 −1 Original line number Diff line number Diff line # Requirements for ansible stable ansible>=2.16<2.17 ansible >=9, <10 ansible-lint Loading
.github/dependabot.yml +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: Loading @@ -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"
.github/workflows/lint.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ jobs: strategy: max-parallel: 2 matrix: ansible: ["2.16", "latest"] ansible: ["9", "latest"] steps: - name: Check out the codebase Loading
.requirements/2.16.txt→.requirements/9.txt +1 −1 Original line number Diff line number Diff line # Requirements for ansible stable ansible>=2.16<2.17 ansible >=9, <10 ansible-lint