github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/.github/dependabot.yml (about)

     1  version: 2
     2  updates:
     3    # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
     4    # TODO: https://github.com/dependabot/dependabot-core/issues/4364
     5    - directory: "/test-suite"
     6      package-ecosystem: "npm"
     7      schedule:
     8        interval: "monthly"
     9      ignore:
    10      - dependency-name: "*"
    11    - directory: "/test-suite"
    12      package-ecosystem: "pip"
    13      schedule:
    14        interval: "monthly"
    15      ignore:
    16      - dependency-name: "*"