From fa568b3dd26e658bd447b62000a2808bb4e19742 Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Tue, 8 Oct 2024 09:47:18 +0100 Subject: [PATCH 1/5] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..5f0889ce9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 6aed74bd2ed6dacbfca035209e15fc5deb15714e Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Tue, 8 Oct 2024 09:56:23 +0100 Subject: [PATCH 2/5] Update dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f0889ce9..e0f9548d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + open-pull-requests-limit: 100 From 9199ac9218fe75041a5fe2f52f646196ceef8461 Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Tue, 8 Oct 2024 10:00:50 +0100 Subject: [PATCH 3/5] Update licensed.yml --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 7afc7a306..8c2c10865 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 # prefer to use a full fetch for licensed workflows # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1 - - uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2 + - uses: jonabc/setup-licensed@v1.3.0 with: version: '3.x' - uses: ./.github/actions/install-dependencies From e3b87b7d26e4d70f7f0e19299b3940fd40652e00 Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Tue, 8 Oct 2024 10:01:48 +0100 Subject: [PATCH 4/5] Update licensed.yml --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 8c2c10865..51fbb30d2 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 # prefer to use a full fetch for licensed workflows # https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1 - - uses: jonabc/setup-licensed@v1.3.0 + - uses: jonabc/setup-licensed@v1 with: version: '3.x' - uses: ./.github/actions/install-dependencies From c138b65c3b435a056c5a65a148964cd8affe6ce0 Mon Sep 17 00:00:00 2001 From: Rowan Dash Date: Tue, 8 Oct 2024 10:10:50 +0100 Subject: [PATCH 5/5] Update licensed.yml --- .github/workflows/licensed.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 51fbb30d2..067f6225b 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -21,4 +21,5 @@ jobs: with: version: '3.x' - uses: ./.github/actions/install-dependencies + - run: licensed cache - run: licensed status