From e79d99d8ff5e46a9be4a4f165684da2ded278598 Mon Sep 17 00:00:00 2001 From: Sparticuz Date: Fri, 13 Jan 2023 13:48:50 -0500 Subject: [PATCH] add dependabot --- .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..30a62f7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: / + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "weekly"