github.com/containerd/nerdctl@v1.7.7/.github/dependabot.yml (about)

     1  # -----------------------------------------------------------------------------
     2  # Forked from https://raw.githubusercontent.com/opencontainers/runc/2888e6e54339e52ae45710daa9e47cdb2e1926f9/.github/dependabot.yml
     3  # Copyright The runc Authors.
     4  # Licensed under the Apache License, Version 2.0
     5  # -----------------------------------------------------------------------------
     6  
     7  # Please see the documentation for all configuration options:
     8  # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
     9  
    10  version: 2
    11  updates:
    12    # Dependencies listed in go.mod
    13    - package-ecosystem: "gomod"
    14      directory: "/"  # Location of package manifests
    15      schedule:
    16        interval: "daily"
    17  
    18    # Dependencies listed in .github/workflows/*.yml
    19    - package-ecosystem: "github-actions"
    20      directory: "/"
    21      schedule:
    22        interval: "daily"
    23  
    24    # Dependencies listed in Dockerfile
    25    - package-ecosystem: "docker"
    26      directory: "/"
    27      schedule:
    28        interval: "daily"