diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..27f47ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: /pkg # Location of package manifests + schedule: + interval: daily + labels: + - dependencies + - package-ecosystem: gomod + directory: /tools # Location of package manifests + schedule: + interval: weekly + labels: + - dependencies \ No newline at end of file