From fe61b70d27480e7104c050167111d52cfc6fe826 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 27 Apr 2022 16:37:16 +0800 Subject: [PATCH] chore(CI/CD): add dependabot Signed-off-by: Bo-Yi Wu --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..632e8eb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly