From fc15a99fb103672a2c696b50161bd4b9728c045c Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Mon, 29 Mar 2021 19:11:51 +0200 Subject: [PATCH] chore: add dependabot config --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1c8843f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Basic dependabot.yml file with +# minimum configuration for two package managers + +version: 2 +updates: + # Enable version updates for npm + - package-ecosystem: "gomod" + # Look for `package.json` and `lock` files in the `root` directory + directory: "/" + # Check the npm registry for updates every day (weekdays) + schedule: + interval: "weekly" \ No newline at end of file