https://github.com/python/cpython
Raw File
Tip revision: 79c542b5cc774ba758acc2b2e3b6556934190e34 authored by Adam Turner on 17 August 2024, 20:58:06 UTC
Docs: Run ``latexmk`` in parallel when creating PDFs (#123113)
Tip revision: 79c542b
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/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
back to top