diff options
| author | 2025-11-07 12:57:57 -0500 | |
|---|---|---|
| committer | 2025-11-07 12:57:57 -0500 | |
| commit | 63e69669abe4b41a4a32514bb1a1174fe8c13616 (patch) | |
| tree | 9471f374d4a90550129f61a294427f17a4b1ce2c | |
| parent | chore: assert uv lock is locked in ci and pre-commit (diff) | |
Remove enable-beta-ecosystems from dependabot config
| -rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3916e889..cdf639c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ version: 2 -enable-beta-ecosystems: true + updates: - package-ecosystem: "uv" directory: "/" |