https://github.com/python/cpython
Raw File
Tip revision: 865714a117aca026ecd407159bc6b380a0299bb8 authored by Pablo Galindo on 17 June 2021, 10:27:08 UTC
Python 3.10.0b3
Tip revision: 865714a
dependabot.yml
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
back to top