diff options
author | Jakob Unterwurzacher | 2022-10-21 14:16:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-10-21 14:16:21 +0200 |
commit | 7730678915c17c43be96c9a2b6fc6ffef2814052 (patch) | |
tree | a0333f9d8181b6b42e12240b1830618afd2c4238 | |
parent | a55b3cc15a6d9bce116a90f33df4bc99d9dd6a10 (diff) |
Add .github/dependabot.ymldependabot
-rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e0871f9 --- /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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" |