From ca99ceec116025762fb23415ae35b1336c8d5b15 Mon Sep 17 00:00:00 2001 From: px Date: Fri, 18 Jul 2025 15:48:46 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20=F0=9F=9B=A0=EF=B8=8F=20chor?= =?UTF-8?q?e(deps):=20update=20dependabot=20configuration=20for=20improved?= =?UTF-8?q?=20dependency=20management=20and=20reduced=20PR=20volume=20?= =?UTF-8?q?=F0=9F=91=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c0f542..0fd95e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,9 @@ updates: - package-ecosystem: "npm" # use npm for pnpm monorepo directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "03:00" + day: "sunday" timezone: "America/Los_Angeles" open-pull-requests-limit: 2 # was 25, now 2 to avoid too many PRs at once From 9ec6a653e0235c68070c418b09c45f8a54ad7b8e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Jul 2025 22:53:25 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20chore(release):=201.3.2=20[s?= =?UTF-8?q?kip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.2](https://github.com/variablesoftware/github-workflows/compare/v1.3.1...v1.3.2) (2025-07-18) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c1c06..f678434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.3.2](https://github.com/variablesoftware/github-workflows/compare/v1.3.1...v1.3.2) (2025-07-18) + ## [1.3.1](https://github.com/variablesoftware/github-workflows/compare/v1.3.0...v1.3.1) (2025-07-18) # [1.3.0](https://github.com/variablesoftware/github-workflows/compare/v1.2.11...v1.3.0) (2025-07-18) diff --git a/package.json b/package.json index 928d542..02a7820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-workflows", - "version": "1.3.1", + "version": "1.3.2", "description": "Reusable GitHub Actions workflows for the organization.", "main": "README.md", "license": "MIT",