summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-14 19:18:19 -0500
committerGitHub <[email protected]>2026-07-14 19:18:19 -0500
commitb9ef09f5e2639cdf77859fcf141ef5fd17a23721 (patch)
tree810c483c95f83a59d6cd8b63fb608d4df5dbfea4
parentaaa6ac0838c8ae7509060ae61758358d2d076518 (diff)
downloaddevianter-b9ef09f5e2639cdf77859fcf141ef5fd17a23721.tar.gz
devianter-b9ef09f5e2639cdf77859fcf141ef5fd17a23721.tar.bz2
devianter-b9ef09f5e2639cdf77859fcf141ef5fd17a23721.zip
Set package-ecosystem to 'gomod' 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..cd88554
--- /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: "gomod" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ schedule:
+ interval: "weekly"