aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
new file mode 100644
index 0000000..4d2bee8
--- /dev/null
+++ b/.github/dependabot.yaml
@@ -0,0 +1,17 @@
+version: 2
+enable-beta-ecosystems: true
+updates:
+ - package-ecosystem: "uv"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ ignore:
+ update-types:
+ - sem-ver:patch
+ - sem-ver:minor
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ reviewers:
+ - "python-discord/devops"