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: 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 }}