From c2d20711a1350b0d3a904a5da0df41c45dcedb86 Mon Sep 17 00:00:00 2001 From: Flc Date: Tue, 29 Oct 2024 19:20:19 +0800 Subject: [PATCH] build(dependabot): added configure --- .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 00000000..6a46261c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + - package-ecosystem: gomod + directory: / + schedule: + interval: daily \ No newline at end of file