From c4dbe81de0d28042bb9bd4c2572522e351f95391 Mon Sep 17 00:00:00 2001 From: Colbster937 Date: Thu, 29 Jan 2026 16:52:03 -0600 Subject: [PATCH] test dependabot --- .github/dependabot.yml | 20 +------------------- .github/workflows/dependabot.yml | 3 ++- build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8a82af7..ac4950b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,26 +5,8 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 10 - groups: - gradle-deps: - update-types: - - "minor" - - "patch" - ignore: - - dependency-name: "*" - update-types: - - "version-update:semver-major" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 10 - groups: - github-actions: - update-types: - - "minor" - - "patch" - ignore: - - dependency-name: "*" - update-types: - - "version-update:semver-major" \ No newline at end of file + open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 65214c8..5122bbd 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -15,4 +15,5 @@ jobs: - uses: fastify/github-action-merge-dependabot@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} - merge-method: squash \ No newline at end of file + merge-method: squash + target: minor \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index a3dd4af..22ef395 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ val EAGXS_VER = "1.0.8" plugins { id("java") - id("com.gradleup.shadow") version "9.3.1" + id("com.gradleup.shadow") version "9.3.0" id("com.palantir.git-version") version "4.2.0" id("xyz.jpenilla.run-paper") version "3.0.2" id("xyz.jpenilla.run-waterfall") version "3.0.2"