From af50519c9099b7d9ca000085ce4ba6ca8ebade81 Mon Sep 17 00:00:00 2001 From: dararod Date: Tue, 23 May 2023 16:15:29 -0400 Subject: [PATCH 1/2] feat: dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d6cba4c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ + version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' From 6a0675d3b3bc91985cfef7980854ce9af4bef147 Mon Sep 17 00:00:00 2001 From: dararod Date: Tue, 23 May 2023 16:30:08 -0400 Subject: [PATCH 2/2] fix: space in dependabot --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6cba4c..db9ba41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ - version: 2 +version: 2 updates: - package-ecosystem: 'npm' directory: '/'