aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 10c6e918..3916e889 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,11 +1,18 @@
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:
interval: "daily"
+ reviewers:
+ - "python-discord/devops"