summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel McCarney <daniel@binaryparadox.net>2024-06-03 10:10:59 -0400
committerDaniel McCarney <daniel@binaryparadox.net>2024-06-05 14:51:38 +0000
commitdd5de6b8aa181e2903f5bf311a9f380c8761b6fd (patch)
tree9bb1754cb8334ae67b0eaa9c26c8349c4df6251a /.github
parentfd81ca3fccf263eed81930a0a5b6344cac0f96bb (diff)
ci: remove dependabot
Renovate[0] offers better Cargo ecosystem integration w.r.t lock file bumps (in particular, leaving the min version in `Cargo.toml` alone). Because Dependabot PRs will bump the minimum versions in `Cargo.toml` alongside semver compatible lockfile updates we've been having to manually recreate its PRs by hand, a chore we'd like to avoid. Unfortunately the upstream feature request that would make this work better has gone unresolved, necessitating a switch to a different solution.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index ce1ffcc9..00000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-version: 2
-updates:
-- package-ecosystem: cargo
- directory: "/"
- schedule:
- interval: weekly
- open-pull-requests-limit: 10
- groups:
- crates-io:
- patterns:
- - "*"
-- package-ecosystem: github-actions
- directory: "/"
- schedule:
- interval: weekly