https://github.com/python/cpython
Raw File
Tip revision: 878ead1ac1651965126322c1b3d124faf5484dc6 authored by Pablo Galindo on 07 February 2023, 13:37:13 UTC
Python 3.11.2
Tip revision: 878ead1
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