summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-20 11:46:35 -0500
committerGitHub <[email protected]>2026-07-20 11:46:35 -0500
commit081e09659f8e1cc4197cbe02b56e8b273708ff72 (patch)
treebcc63735fab728d535c6874c9ab6e26b9d1a08eb
parentca5f2fef9f6b4f02228f68dc302cf4c93af0ff41 (diff)
downloadhutch-notify-081e09659f8e1cc4197cbe02b56e8b273708ff72.tar.gz
hutch-notify-081e09659f8e1cc4197cbe02b56e8b273708ff72.tar.bz2
hutch-notify-081e09659f8e1cc4197cbe02b56e8b273708ff72.zip
Set package ecosystem to 'pip' 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..9d866e3
--- /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: "pip" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"