Skip to content

Commit

Permalink
[meta] switch to renovate
Browse files Browse the repository at this point in the history
The instance is running within the nextest org.
  • Loading branch information
sunshowers committed Oct 2, 2023
1 parent 7c7f352 commit 5821e6e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"github>nextest-rs/renovate",
"github>nextest-rs/renovate:post-upgrade"
]
}
12 changes: 12 additions & 0 deletions scripts/renovate-post-upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -euo pipefail

# Fetch cargo binstall.
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

# Install cargo-hakari.
cargo binstall [email protected] --no-confirm

# Run cargo hakari.
cargo hakari generate

0 comments on commit 5821e6e

Please sign in to comment.