Codebase list python-procrunner / v2.2.0 .github / dependabot.yml
v2.2.0

Tree @v2.2.0 (Download .tar.gz)

dependabot.yml @v2.2.0raw · history · blame

# 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:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "pip" # See documentation for possible values
    directory: "/" # Location of package manifests
    schedule:
      interval: "monthly"
    ignore:
      - dependency-name: "mock"
        # mock 4 requires Python 3.6+
        versions: [">=4"]
      - dependency-name: "twine"
        # twine 2 requires Python 3.6+
        versions: [">=2"]