From f7039a5d323fe58d03bafa6eb0bc243ec3c33895 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Fri, 2 Feb 2024 16:03:12 -0600 Subject: [PATCH 1/5] Create dependabot.yml If merged, this would create a dependabot configuration file for keeping dependencies updated. --- .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 0000000..6ef87ce --- /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: "pnpm" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 2b231303e75e8c073b3f475f6a65e44a625d52c6 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Mon, 5 Feb 2024 16:23:22 -0600 Subject: [PATCH 2/5] Update .github/dependabot.yml get Dependbot updates for GH actions Co-authored-by: Giles Thompson --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ef87ce..6e66192 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 91b5007b07b08abd2c1e83440731ddb37d283ae7 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Mon, 5 Feb 2024 16:23:44 -0600 Subject: [PATCH 3/5] Update .github/dependabot.yml Co-authored-by: Giles Thompson --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e66192..47959ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "pnpm" # See documentation for possible values + - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" From 7c18eac4188f9c02733cf37dbf3527d29a12ce21 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Tue, 6 Feb 2024 13:33:10 -0600 Subject: [PATCH 4/5] Update dependabot.yml --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 47959ff..e476ed5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: schedule: interval: "weekly" - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From ec0a6605ee1a02525f5ee79e30ac4ba1f0d1aa12 Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Tue, 6 Feb 2024 13:44:16 -0600 Subject: [PATCH 5/5] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e476ed5..9d2b19f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "weekly"