From d83239083185dae4a673570ba46128248a0f7b5d Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:12:05 +0000 Subject: [PATCH 1/3] Update dep-review --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index faac2796..130d7398 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: "Dependency Review" uses: actions/dependency-review-action@v4 From 3ecd5c2730459b38df2d3c7ceaac5e15948d74d0 Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:12:05 +0000 Subject: [PATCH 2/3] Update commit-signing --- .github/workflows/check-commit-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-commit-signing.yml b/.github/workflows/check-commit-signing.yml index c19cf367..bb193697 100644 --- a/.github/workflows/check-commit-signing.yml +++ b/.github/workflows/check-commit-signing.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 From 4b197c2548d21b475becd132fd26c9da95b501fd Mon Sep 17 00:00:00 2001 From: Chia Automation Date: Mon, 24 Nov 2025 16:12:05 +0000 Subject: [PATCH 3/3] Update dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b367f2b7..3e9fe237 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -25,6 +27,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -38,6 +42,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -51,6 +57,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -64,6 +72,8 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto labels: @@ -76,5 +86,7 @@ updates: schedule: interval: "weekly" day: "tuesday" + cooldown: + default-days: 7 open-pull-requests-limit: 10 rebase-strategy: auto