https://github.com/python/cpython
Raw File
Tip revision: 63bcd91daccc7c873d57e21406d038f8216b6ddf authored by Thomas Wouters on 05 August 2023, 12:10:03 UTC
Python 3.12.0rc1
Tip revision: 63bcd91
dependabot.yml
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
    ignore:
      - dependency-name: "*"
        update-types:
          - "version-update:semver-minor"
          - "version-update:semver-patch"
  - package-ecosystem: "pip"
    directory: "/Tools/clinic/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
back to top