github.com/pdmccormick/importable-docker-buildx@v0.0.0-20240426161518-e47091289030/.github/dependabot.yml (about)

     1  version: 2
     2  updates:
     3    - package-ecosystem: "github-actions"
     4      open-pull-requests-limit: 10
     5      directory: "/"
     6      schedule:
     7        interval: "daily"
     8      ignore:
     9        # ignore this dependency
    10        # it seems a bug with dependabot as pining to commit sha should not
    11        # trigger a new version: https://github.com/docker/buildx/pull/2222#issuecomment-1919092153
    12        - dependency-name: "docker/docs"
    13      labels:
    14        - "dependencies"
    15        - "bot"