diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b880556e..cd5db577 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,15 +7,17 @@ updates: directory: "/" schedule: # Check for updates to GitHub Actions every weekday - interval: "daily" + interval: "weekly" labels: - "dependency-upgrade" + open-pull-requests-limit: 50 # Maintain dependencies for Gradle modules - package-ecosystem: "gradle" directory: "/" schedule: - # Check for updates to Go modules every weekday - interval: "daily" + # Check for updates to Gradle modules every week + interval: "weekly" labels: - "dependency-upgrade" + open-pull-requests-limit: 50 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4b3a7b5..6772d884 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: # JDK - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17