summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-20 11:45:31 -0500
committerGitHub <[email protected]>2026-07-20 11:45:31 -0500
commitc53360b910791c34eec8a72e32bcc6e207ed7423 (patch)
treedcb2256eb81fdfdb52f24af8ad81b886e275fe5b
parent6289a28296bd0863d373bb47c1c85038f4bc6a2b (diff)
downloadhutch-stats-c53360b910791c34eec8a72e32bcc6e207ed7423.tar.gz
hutch-stats-c53360b910791c34eec8a72e32bcc6e207ed7423.tar.bz2
hutch-stats-c53360b910791c34eec8a72e32bcc6e207ed7423.zip
Set package-ecosystem to 'uv' in dependabot config
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..3bfe00c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+ - package-ecosystem: "uv" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"