This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 directory : " /"
88 schedule :
99 interval : " weekly"
10+ # Disable all non-security updates.
11+ # <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit>
12+ open-pull-requests-limit : 0
1013 - package-ecosystem : " github-actions"
1114 directory : " /"
1215 schedule :
Original file line number Diff line number Diff line change @@ -337,3 +337,19 @@ jobs:
337337 verbose : true
338338 env :
339339 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
340+
341+ check-cargo-lock :
342+ name : Ensure `Cargo.lock` contains all required dependencies
343+ runs-on : ubuntu-latest
344+ steps :
345+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
346+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
347+ with :
348+ repository : mozilla/neqo
349+ sparse-checkout : |
350+ .github/actions/rust
351+ path : neqo
352+ - uses : ./neqo/.github/actions/rust
353+ with :
354+ token : ${{ secrets.GITHUB_TOKEN }}
355+ - run : cargo update -w --locked
Original file line number Diff line number Diff line change 33/.vscode /
44/lcov.info
55/target /
6- Cargo.lock
You can’t perform that action at this time.
0 commit comments