github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/.github/dependabot.yml (about)

     1  ---
     2  version: 2
     3  updates:
     4    - package-ecosystem: gomod
     5      directory: /
     6      # Check for updates once a day
     7      schedule:
     8        interval: daily
     9    - package-ecosystem: docker
    10      # Look for a `Dockerfile` in the `root` directory
    11      directory: /
    12      # Check for updates once a week
    13      schedule:
    14        interval: weekly
    15    - package-ecosystem: github-actions
    16      directory: /
    17      # Check for updates once a week
    18      schedule:
    19        interval: weekly