summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Cneude <Phantas0s@users.noreply.github.com>2021-05-04 18:08:14 +0200
committerGitHub <noreply@github.com>2021-05-04 18:08:14 +0200
commit09134ec692794958fda64b572742eaa1429ee7cf (patch)
tree128adad236eef311d799ade95ac9f375d25a83a6
parent0422347808335d46556c837083a2a842088ac49a (diff)
parent7767d3c4a3664f227d12b5e8c33a18dd6c646047 (diff)
Merge pull request #10 from chenrui333/add-dependabot-support
chore: add dependabot to manage dependencies
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..1eb83a9
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "weekly"