From 36b770ace8bb2e80daad1950a24a7f2c3ec5d0f8 Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Jul 2024 04:05:22 -0500 Subject: [PATCH 1/2] Update auto-merge.yml update versions --- .common/workflows/auto-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.common/workflows/auto-merge.yml b/.common/workflows/auto-merge.yml index 356c7a5..04d8189 100644 --- a/.common/workflows/auto-merge.yml +++ b/.common/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: repository: ${{ steps.metadata.outputs.repository }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4 - uses: ahmadnassri/action-metadata@v2 id: metadata @@ -33,7 +33,7 @@ jobs: steps: - id: dependabot - uses: dependabot/fetch-metadata@v1.3.3 + uses: dependabot/fetch-metadata@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} From 6eb6c39a066895c477b3cb809c6f0c114aeedd4e Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Jul 2024 04:07:35 -0500 Subject: [PATCH 2/2] Update dependabot.yml change to daily --- .common/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.common/dependabot.yml b/.common/dependabot.yml index 5ebbb8d..d0426fd 100644 --- a/.common/dependabot.yml +++ b/.common/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily" time: "08:00" timezone: "America/Chicago" labels: