diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7f0237bb8..f70fe33d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" # Also update Github actions directory: "/" diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index e6bfb068a..afc96afe4 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -23,7 +23,6 @@ on: types: [opened, reopened, edited, synchronize, ready_for_review] push: branches: - - main - master workflow_dispatch: @@ -37,7 +36,7 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up JDK 11 for x64 + - name: Set up JDK uses: actions/setup-java@v5 with: java-version: '11'