github.com/anchore/syft@v1.38.2/.github/dependabot.yml (about)

     1  version: 2
     2  
     3  updates:
     4  
     5    - package-ecosystem: gomod
     6      directory: "/"
     7      schedule:
     8        interval: "daily"
     9      open-pull-requests-limit: 10
    10      labels:
    11        - "dependencies"
    12  
    13    - package-ecosystem: "github-actions"
    14      directory: "/"
    15      schedule:
    16        interval: "daily"
    17      open-pull-requests-limit: 10
    18      labels:
    19        - "dependencies"
    20  
    21    - package-ecosystem: "github-actions"
    22      directory: "/.github/actions/bootstrap"
    23      schedule:
    24        interval: "daily"
    25      open-pull-requests-limit: 10
    26      labels:
    27        - "dependencies"