From 0265536b6a6aba09fb1ec18722affa9e05302116 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:51:46 +0000 Subject: [PATCH 1/3] chore(deps): update dependency ava to v6.1.3 (#10) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e5bac42..45f1546 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "utility" ], "devDependencies": { - "ava": "6.1.2", + "ava": "6.1.3", "xo": "0.58.0" } } From f8e046ff8fca2408066cdddf45c012238db80aa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 21:27:33 +0000 Subject: [PATCH 2/3] chore(deps): update node.js to >=18.20.3 (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45f1546..b369b09 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "sideEffects": false, "engines": { - "node": ">=18.20.2" + "node": ">=18.20.3" }, "scripts": { "test": "xo && ava", From 4242a4379f9686a4d253e494a2022f49d5f24dac Mon Sep 17 00:00:00 2001 From: Palash Mondal <14850464+palashmon@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:27:40 +0530 Subject: [PATCH 3/3] chore: update release workflow --- .github/workflows/gh-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 37790f8..ee03e90 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -2,7 +2,7 @@ name: GitHub Release on: schedule: - - cron: '30 2 * * 5' # Weekly + - cron: '30 2 1 * *' # Monthly workflow_dispatch: # manual trigger concurrency: