From 1055ff30676b0195c250c347952328391fff4303 Mon Sep 17 00:00:00 2001 From: "Benjamin R. J. Schwedler" Date: Mon, 18 May 2026 05:31:56 -0500 Subject: [PATCH 1/2] Bump actions/create-github-app-token to v3.2.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b2b805..6341fc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - name: GitHub App Token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ secrets.APP_ID }} From dcacd17bc409e41f4f9741e75c49a267671f67a4 Mon Sep 17 00:00:00 2001 From: "Benjamin R. J. Schwedler" Date: Mon, 18 May 2026 05:37:11 -0500 Subject: [PATCH 2/2] Slow dependabot actions group to monthly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5b10ba5..a07d1c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - "/" - "/.github/actions/*" schedule: - interval: "weekly" + interval: "monthly" groups: actions: patterns: