diff --git a/.github/workflows/.dependabot/config.yml b/.github/workflows/.dependabot/config.yml new file mode 100644 index 0000000..bbc39b2 --- /dev/null +++ b/.github/workflows/.dependabot/config.yml @@ -0,0 +1,8 @@ +version: 1 +update_configs: + - package_manager: "go:modules" + directory: "/" + update_schedule: "daily" + commit_message: + prefix: "chore" + include_scope: true \ No newline at end of file