-
As the docs inform https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy, there is This is my dependabot.yml version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
dependencies:
patterns:
- "*"
versioning-strategy: widen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @kiraware - please see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy which details which versioning strategies are supported in which ecosystems. At this time, |
Beta Was this translation helpful? Give feedback.
Hi @kiraware - please see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#versioning-strategy which details which versioning strategies are supported in which ecosystems. At this time,
widen
is not supported for pip.