We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
directory
pip
poetry^=1.8
No response
--- version: 2 updates: - package-ecosystem: github-actions directory: / schedule: interval: weekly groups: gh-actions-dependencies: patterns: ['*'] labels: [gh-actions, dependencies] commit-message: prefix: gh-actions include: scope - package-ecosystem: pip directory: / schedule: interval: weekly versioning-strategy: increase-if-necessary groups: python-dependencies: patterns: ['*'] labels: [python, dependencies] commit-message: prefix: python-deps include: scope
I expect that only the pyproject.toml file is updated, but dependabot is updating the requirements files as well.
pyproject.toml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Package ecosystem
pip
Package manager version
poetry^=1.8
Language version
No response
Manifest location and content before the Dependabot update
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
I expect that only the
pyproject.toml
file is updated, but dependabot is updating the requirements files as well.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: