Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for dependabot (0.05 sec)

  1. .github/dependabot.yml

    # Configures Depdendabot to PR go security updates only
    
    version: 2
    updates:
      # Go configuration for master branch
      - package-ecosystem: "gomod"
        directory: "/"
        schedule:
          interval: "daily"
        # Limit number of open PRs to 0 so that we only get security updates
        # See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates
        open-pull-requests-limit: 0
        labels:
    Registered: 2025-05-28 22:53
    - Last Modified: 2024-06-07 04:04
    - 480 bytes
    - Viewed (0)
  2. .github/dependabot.yml

    # To get started with Dependabot version updates, you'll need to specify which
    # package ecosystems to update and where the package manifests are located.
    # Please see the documentation for all configuration options:
    # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
    
    version: 2
    updates:
      - package-ecosystem: "github-actions"
        directory: "/"
        schedule:
          interval: "daily"
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-01-31 12:47
    - 758 bytes
    - Viewed (0)
  3. .github/dependabot.yml

    cpovirk <******@****.***> 1742591521 -0700
    Registered: 2025-05-30 12:43
    - Last Modified: 2025-03-21 21:15
    - 762 bytes
    - Viewed (0)
  4. .github/dependabot.yml

    Tamas Cservenak <******@****.***> 1724231268 +0200
    Registered: 2025-05-24 08:56
    - Last Modified: 2024-08-21 09:07
    - 1.1K bytes
    - Viewed (0)
  5. .github/dependabot.yml

    Sebastián Ramírez <******@****.***> 1713487315 -0500
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-04-19 00:41
    - 311 bytes
    - Viewed (0)
  6. .github/dependabot.yml

    Matthieu MOREL <******@****.***> 1628486185 +0200
    Registered: 2025-05-25 09:35
    - Last Modified: 2021-08-09 05:16
    - 287 bytes
    - Viewed (0)
  7. .github/dependabot.yml

    Michael Hudgins <******@****.***> 1719412344 -0400
    Registered: 2025-05-27 12:39
    - Last Modified: 2024-06-26 14:32
    - 1.7K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * ⬆ Bump dawidd6/action-download-artifact from 2.9.0 to 2.21.1. PR [#5130](https://github.com/tiangolo/fastapi/pull/5130) by [@dependabot[bot]](https://github.com/apps/dependabot).
    * ⬆ Bump actions/setup-python from 2 to 4. PR [#5129](https://github.com/tiangolo/fastapi/pull/5129) by [@dependabot[bot]](https://github.com/apps/dependabot).
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-05-22 09:45
    - 522.5K bytes
    - Viewed (0)
  9. docs/en/data/skip_users.yml

    - tiangolo
    - codecov
    - github-actions
    - pre-commit-ci
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-01-02 17:03
    - 67 bytes
    - Viewed (0)
  10. docs/en/docs/management-tasks.md

    After checking all these things and ensuring the PR has the right labels, you can merge it.
    
    ## Dependabot PRs
    
    Dependabot will create PRs to update dependencies for several things, and those PRs all look similar, but some are way more delicate than others.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-09 16:39
    - 14.2K bytes
    - Viewed (0)
Back to top