Skip to content

Commit

Permalink
Make requirements files dependabot compatible (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 1, 2024
1 parent cc7f2f5 commit bbab895
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
File renamed without changes.
10 changes: 4 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ updates:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
ignore:
- dependency-name: mypy
- dependency-name: pipdeptree
- dependency-name: pylint
- dependency-name: types-jsonschema
- dependency-name: types-pyyaml
groups:
dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ known-first-party = ["ansiblelint"]
optional-dependencies.docs = { file = [".config/docs-requirements.txt"] }
optional-dependencies.test = { file = [".config/test-requirements.txt"] }
optional-dependencies.lock = { file = [".config/lock-requirements.txt"] }
dependencies = { file = [".config/requirements.in"] }
dependencies = { file = [".config/runtime-requirements.txt"] }

[tool.setuptools_scm]
local_scheme = "no-local-version"
Expand Down

0 comments on commit bbab895

Please sign in to comment.