aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-09 16:20:08 +0000
committerGravatar Joe Banks <[email protected]>2025-11-09 20:35:51 +0000
commit3981e75b00e186189eb23ae65cd08fdab86e6136 (patch)
treefcee07eb3401bff5a81108676af6da996ede1219
parentReplace most references to poetry with uv (diff)
Update dependabot to work with uv
-rw-r--r--.github/dependabot.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b38df29f..9a12ef40 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,16 @@
version: 2
+
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:
interval: "daily"