From 1457717212dae70572ebdf1655905affcc82ddac Mon Sep 17 00:00:00 2001 From: Apoorv Deshmukh Date: Fri, 16 Jun 2023 15:15:14 +0530 Subject: [PATCH] Enable dependabot for pkg updates --- .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