diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b367f2b..3e9fe23 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 diff --git a/.github/workflows/check-commit-signing.yml b/.github/workflows/check-commit-signing.yml index c19cf36..bb19369 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 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index faac279..130d739 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 diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f38390d..6362172 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,7 +13,7 @@ jobs: - name: Mark git directory safe uses: Chia-Network/actions/git-mark-workspace-safe@main - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Test run: make test