From 07a82582b29fa10d001aef916c37388382202fcc Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Mon, 24 Apr 2023 07:00:48 -0700 Subject: [PATCH] Configure dependabot --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d3e37f63 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/mobile" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/frontend" + schedule: + interval: "weekly" + - package-ecosystem: "gradle" + directory: "/mobile/android" + schedule: + interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "bundler" + directory: "/docs" + schedule: + interval: "weekly" \ No newline at end of file