github.com/letsencrypt/boulder@v0.20251208.0/.github/dependabot.yml (about)

     1  version: 2
     2  
     3  updates:
     4    - package-ecosystem: "gomod"
     5      directory: "/"
     6      groups:
     7        aws:
     8          patterns:
     9            - "github.com/aws/*"
    10        otel:
    11          patterns:
    12            - "go.opentelemetry.io/*"
    13      open-pull-requests-limit: 1
    14      schedule:
    15        interval: "weekly"
    16        day: "wednesday"
    17      cooldown:
    18        default-days: 30
    19    - package-ecosystem: "github-actions"
    20      directory: "/"
    21      schedule: 
    22        interval: monthly
    23      open-pull-requests-limit: 1