diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 74615e5f12..302259cfed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,32 @@ updates: - package-ecosystem: "maven" directory: "/" rebase-strategy: "disabled" + target-branch: "main" + open-pull-requests-limit: 10 schedule: interval: "monthly" time: "02:00" - package-ecosystem: "github-actions" directory: "/" rebase-strategy: "disabled" + target-branch: "main" + open-pull-requests-limit: 10 + schedule: + interval: "monthly" + time: "02:00" +- package-ecosystem: "maven" + directory: "/" + rebase-strategy: "disabled" + target-branch: "main-1.x" + open-pull-requests-limit: 10 + schedule: + interval: "monthly" + time: "02:00" +- package-ecosystem: "github-actions" + directory: "/" + rebase-strategy: "disabled" + target-branch: "main-1.x" + open-pull-requests-limit: 10 schedule: interval: "monthly" time: "02:00" diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 04fc23ec09..0806499282 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -126,7 +126,7 @@ jobs: name: maven-test-target-directory path: target - name: Codecov Report - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: # Codecov token from https://app.codecov.io/gh/hub4j/github-api/settings token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1b55f3d0c9..f182c798df 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Release Drafter - uses: release-drafter/release-drafter@v6 + uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pom.xml b/pom.xml index 19fe7dc417..17cc1e001d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.kohsuke ${github-api.artifactId} - 2.0-rc.6-SNAPSHOT + 2.0-rc.7-SNAPSHOT GitHub API for Java GitHub API for Java https://hub4j.github.io/github-api/ @@ -75,10 +75,10 @@ https://ossrh-staging-api.central.sonatype.com 4.12.0 - 3.16.0 + 3.17.0 UTF-8 true - 4.9.8.2 + 4.9.8.3 4.8.6 3.4.5 @@ -89,7 +89,7 @@ com.fasterxml.jackson jackson-bom - 2.21.0 + 2.21.2 pom import @@ -194,7 +194,7 @@ org.apache.commons commons-lang3 - 3.19.0 + 3.20.0 com.github.npathai @@ -217,13 +217,13 @@ com.google.guava guava - 33.4.6-jre + 33.5.0-jre test com.tngtech.archunit archunit - 1.4.1 + 1.4.2 test @@ -268,7 +268,7 @@ org.mockito mockito-core - 5.21.0 + 5.23.0 test