aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-15 23:50:39 +0100
committerGravatar Joe Banks <[email protected]>2025-07-15 23:50:39 +0100
commit02fe24332474b3a13e5614ae0b7a03febf7c6b2c (patch)
tree822f2f7a8dc3c79b7699203b883365916a28dba7
parentReplace virtualenv with venv (diff)
Update dependabot config to use uv
-rw-r--r--.github/dependabot.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f60e94af..4999980d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,9 +1,15 @@
version: 2
+enable-beta-ecosystems: true
updates:
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"
+ ignore:
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-patch
+ - version-update:semver-minor
- package-ecosystem: "github-actions"
directory: "/"
schedule: