https://github.com/python/cpython
Raw File
Tip revision: 0771d71eea30316020a86b0eec071feb6d82d350 authored by Pablo Galindo on 25 July 2022, 22:18:57 UTC
Python 3.11.0b5
Tip revision: 0771d71
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