diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..15abe19 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + target-branch: main + reviewers: + - otiai10 + assignees: + - otiai10 \ No newline at end of file