https://github.com/python/cpython
Raw File
Tip revision: ed7c3ff15680c1939fad468a238a5945dc25c5fd authored by Pablo Galindo on 11 September 2022, 19:21:50 UTC
Python 3.11.0rc2
Tip revision: ed7c3ff
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"
back to top