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 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",