diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ceb5bdd9abbb..04d00f5d9cda 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: 30 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 c19cf367828c..bb193697d355 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 b7852e3db538..7e9f2a61d5c1 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