diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..28c1ef6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+ - package-ecosystem: maven
+ directory: "/"
+ schedule:
+ interval: daily
+ time: '05:00'
+ timezone: Asia/Jakarta
+ open-pull-requests-limit: 10
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ time: '05:00'
+ timezone: Asia/Jakarta
+ open-pull-requests-limit: 10
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index a4649a0..d1e1876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.4.3
+ 3.5.3
com.case.pdfcompare