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 fa34811..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@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 53b8c12..130d739 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -13,10 +13,11 @@ permissions: jobs: dependency-review: + if: github.repository_owner == 'Chia-Network' runs-on: ubuntu-latest steps: - name: "Checkout Repository" - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: "Dependency Review" uses: actions/dependency-review-action@v4