https://github.com/python/cpython
Raw File
Tip revision: deaf509e8fc6e0363bd6f26d52ad42f976ec42f2 authored by Pablo Galindo on 24 October 2022, 17:34:46 UTC
Python 3.11.0
Tip revision: deaf509
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