aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-01-21 13:26:43 -0800
committerFranck Cuny <franck@fcuny.net>2024-01-21 13:26:43 -0800
commit29ad1de9864bdda3bd3aace1d9fa12d1ba93fbaf (patch)
treedd9ef0d04494a826cebf600d8c9ecf2d5bcda4d6 /.github
parenta tool to print information about a x509 certificate (diff)
downloadinfra-29ad1de9864bdda3bd3aace1d9fa12d1ba93fbaf.tar.gz
add gomod to dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace460..0cfc43c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "weekly"