diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..07767db
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,13 @@
+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"
diff --git a/pom.xml b/pom.xml
index 2dd10e0..7c2a6eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.3.5
com.jamilxt