Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable dependabot #10443

Merged
merged 1 commit into from Mar 1, 2022
Merged

Disable dependabot #10443

merged 1 commit into from Mar 1, 2022

Conversation

alexcrichton
Copy link
Member

I don't think this has ever actually sent a meaningful version bump PR
we weren't already aware of, so unless someone else wants to be in
charge of these I'm going to go ahead and disable dependabot.

I don't think this has ever actually sent a meaningful version bump PR
we weren't already aware of, so unless someone else wants to be in
charge of these I'm going to go ahead and disable dependabot.
@rust-highfive
Copy link

r? @ehuss

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 1, 2022
@ehuss
Copy link
Contributor

ehuss commented Mar 1, 2022

👍

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 1, 2022

📌 Commit 959fcbc has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 1, 2022
@bors
Copy link
Collaborator

bors commented Mar 1, 2022

⌛ Testing commit 959fcbc with merge 069e8ba2ec1c0c51a7469a5dc58fb24516f7e086...

@bors
Copy link
Collaborator

bors commented Mar 1, 2022

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Mar 1, 2022
@alexcrichton
Copy link
Member Author

@bors: retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 1, 2022
@bors
Copy link
Collaborator

bors commented Mar 1, 2022

⌛ Testing commit 959fcbc with merge 5f611af...

@ehuss
Copy link
Contributor

ehuss commented Mar 1, 2022

@alexcrichton Any idea why github would return 429?

 fatal: unable to access 'https://github.com/rust-lang/crates.io-index/': The requested URL returned error: 429
thread 'main' panicked at 'failed to run git command: fetch origin 85f7bfd61ea4fee08ec68c468762e886b2aebec6', benches/resolve.rs:101:13

Is running git fetch with a specific SHA a bad thing to do?

Hm, and I just realized that now that they are deleting the snapshot branches, as soon as snapshot-2021-12-21 is deleted, the current snapshot at 85f7bfd61ea4fee08ec68c468762e886b2aebec6 will get deleted. Perhaps it should switch to fetching from https://github.com/rust-lang/crates.io-index-archive/?

@alexcrichton
Copy link
Member Author

Oh I didn't dig in much I figured I'd just retry and see if it persisted, but looks like you're right and we'll need to switch to the archive repo, if this bounces again I'll add that here

@bors
Copy link
Collaborator

bors commented Mar 1, 2022

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 5f611af to master...

@bors bors merged commit 5f611af into rust-lang:master Mar 1, 2022
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Mar 9, 2022
Update cargo

11 commits in 3d6970d50e30e797b8e26b2b9b1bdf92dc381f34..65c82664263feddc5fe2d424be0993c28d46377a
2022-02-28 19:29:07 +0000 to 2022-03-09 02:32:56 +0000
- Remove remaining 2 warn(clippy::*) instances (rust-lang/cargo#10438)
- Use `available_parallelism` instead of `num_cpus` (rust-lang/cargo#10427)
- Wait up to one second while waiting for curl (rust-lang/cargo#10456)
- Improve code coverage (rust-lang/cargo#10460)
- Don't recommend leaking tokens into the console history (rust-lang/cargo#10458)
- fix some typos (rust-lang/cargo#10454)
- Use `extend` instead of `push`ing in a loop (rust-lang/cargo#10453)
- Use locked_version more (rust-lang/cargo#10449)
- Disable dependabot (rust-lang/cargo#10443)
- Update git2 dependencies (rust-lang/cargo#10442)
- Stop gating stable features (rust-lang/cargo#10434)
Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request Mar 9, 2022
Update cargo

11 commits in 3d6970d50e30e797b8e26b2b9b1bdf92dc381f34..65c82664263feddc5fe2d424be0993c28d46377a
2022-02-28 19:29:07 +0000 to 2022-03-09 02:32:56 +0000
- Remove remaining 2 warn(clippy::*) instances (rust-lang/cargo#10438)
- Use `available_parallelism` instead of `num_cpus` (rust-lang/cargo#10427)
- Wait up to one second while waiting for curl (rust-lang/cargo#10456)
- Improve code coverage (rust-lang/cargo#10460)
- Don't recommend leaking tokens into the console history (rust-lang/cargo#10458)
- fix some typos (rust-lang/cargo#10454)
- Use `extend` instead of `push`ing in a loop (rust-lang/cargo#10453)
- Use locked_version more (rust-lang/cargo#10449)
- Disable dependabot (rust-lang/cargo#10443)
- Update git2 dependencies (rust-lang/cargo#10442)
- Stop gating stable features (rust-lang/cargo#10434)
@ehuss ehuss added this to the 1.61.0 milestone Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants