k8s.io/kube-openapi@v0.0.0-20240826222958-65a50c78dec5/.github/dependabot.yml (about)

     1  version: 2
     2  updates:
     3  # Disable gomod update
     4  # See https://github.com/kubernetes/kube-openapi/pull/474?issuecomment-2305023746#issuecomment-2305023746
     5  # kube-openapi directly affects the kubernetes/kubernetes API surface and we need to insulate ourselves from 
     6  # breaking the API as part of dependency bumps.
     7  #  - package-ecosystem: gomod
     8  #    directories:
     9  #      - "**/*"
    10  #    schedule:
    11  #      interval: daily
    12  
    13    - package-ecosystem: github-actions
    14      directory: /
    15      schedule:
    16        interval: daily