diff options
author | Franck Cuny <franck@fcuny.net> | 2024-01-21 13:26:43 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-01-21 13:26:43 -0800 |
commit | 29ad1de9864bdda3bd3aace1d9fa12d1ba93fbaf (patch) | |
tree | dd9ef0d04494a826cebf600d8c9ecf2d5bcda4d6 | |
parent | a tool to print information about a x509 certificate (diff) | |
download | world-29ad1de9864bdda3bd3aace1d9fa12d1ba93fbaf.tar.gz |
add gomod to dependabot
-rw-r--r-- | .github/dependabot.yml | 4 |
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" |