github.com/pdfcpu/pdfcpu@v0.11.1/.github/dependabot.yml (about)

     1  version: 2
     2  updates:
     3    # Enable version updates for GitHub action workflows
     4    - package-ecosystem: "github-actions"
     5      directory: "/"
     6      # Check for updates to GitHub Actions once per week
     7      schedule:
     8        interval: "weekly"
     9      open-pull-requests-limit: 10
    10    # Enable version updates for Go modules
    11    - package-ecosystem: gomod
    12      directory: /
    13      # Check for updates to Go modules once per week
    14      schedule:
    15        interval: "weekly"
    16      open-pull-requests-limit: 10