From 975cc37e5f8d76118c02b2b52dc0922bc9f1b8ae Mon Sep 17 00:00:00 2001 From: Jimmy Li Date: Thu, 22 Jun 2023 14:59:30 -0700 Subject: [PATCH 1/2] Add dependabot.yml --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3d32dc1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + # Maintain dependencies for npm packages + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + # Disable version updates for npm dependencies + # This option has no impact on security updates, which have a separate, internal limit of ten open pull requests. + open-pull-requests-limit: 0 + reviewers: + - "stanlp1" # Stanley + - "Mocca102" # Islam \ No newline at end of file From 3c30193100328048d6e6da2f1c69bbba51d75025 Mon Sep 17 00:00:00 2001 From: Jimmy Li Date: Thu, 22 Jun 2023 15:10:23 -0700 Subject: [PATCH 2/2] Add new line --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3d32dc1..36c78fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: open-pull-requests-limit: 0 reviewers: - "stanlp1" # Stanley - - "Mocca102" # Islam \ No newline at end of file + - "Mocca102" # Islam