Skip to content

Commit bd3850b

Browse files
committed
chore: Switch dependency updates from Dependabot to Renovate
Matches celo-org convention: extend the org-wide preset at celo-org/.github:renovate-config (config:recommended + 7-day minimumReleaseAge + OSV vulnerability alerts + earlyMondays schedule). Same layout as the sibling repo celo-org/blind-threshold-bls-wasm. Removes .github/dependabot.yml so we don't run both tools in parallel. config:recommended covers both cargo and github-actions, so this closes the cargo dependency-update gap without regressing github-actions coverage.
1 parent 67ae846 commit bd3850b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>celo-org/.github:renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)