From 2566b4b6ce91994b616648c400c87b215aaf8eef Mon Sep 17 00:00:00 2001
From: shalousun <836575280@qq.com>
Date: Mon, 16 Sep 2024 12:07:26 +0800
Subject: [PATCH] update: bump smart-doc to 3.0.8
---
.github/dependabot.yml | 16 ++++++++++++++++
pom.xml | 2 +-
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 .github/dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..916b292
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ labels:
+ - "ci"
+
+
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ labels:
+ - "dependencies"
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 55e33c4..078eba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
io.quarkus
3.7.1
3.2.5
- 3.0.2
+ 3.0.8