From fd0e559c3a955484c360d5eb4d6876b4c0b2a2c0 Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Sat, 14 Sep 2024 23:56:35 +0800
Subject: [PATCH] update dependabot.yml
---
.github/dependabot.yml | 10 +++++++-
mybatis-plus-join-test/test-join/pom.xml | 32 +++++-------------------
pom.xml | 4 +--
3 files changed, 17 insertions(+), 29 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 273fff0..e584026 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,6 +6,14 @@
version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
- directory: "/" # Location of package manifests
+ directories:
+# - "/mybatis-plus-join-adapter"
+ - "/mybatis-plus-join-boot-starter"
+ - "/mybatis-plus-join-core"
+ - "/mybatis-plus-join-annotation"
+ - "/mybatis-plus-join-extension"
+ - "/mybatis-plus-join-test"
+ - "/plugin/mybatis-plus-join-solon-plugin"
+ - "/plugin/mybatis-plus-join-processor"
schedule:
interval: "weekly"
diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml
index 92e7321..a7c4945 100644
--- a/mybatis-plus-join-test/test-join/pom.xml
+++ b/mybatis-plus-join-test/test-join/pom.xml
@@ -34,31 +34,11 @@
com.fasterxml.jackson.core
jackson-core
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.13.0
-
- 1.8
- 1.8
-
-
- com.github.yulichang
- mybatis-plus-join-processor
- ${revision}
-
-
- org.projectlombok
- lombok
- 1.18.34
-
-
-
-
-
-
+
+ com.github.yulichang
+ mybatis-plus-join-processor
+ ${revision}
+
+
diff --git a/pom.xml b/pom.xml
index c984bf3..334a0b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
17
17
- 17
- 17
+ 8
+ 8
github
UTF-8