gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/.github/dependabot.yml (about)

     1  # To get started with Dependabot version updates, you'll need to specify which
     2  # package ecosystems to update and where the package manifests are located.
     3  # Please see the documentation for all configuration options:
     4  # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
     5  
     6  version: 2
     7  updates:
     8    # Enable version updates for GitHub Actions
     9    - package-ecosystem: "github-actions"
    10      # Look for GitHub Actions workflows in the `root` directory
    11      directory: "/"
    12      # Check the for updates once a week
    13      schedule:
    14        interval: "weekly"