ci: add dependabot config

This commit is contained in:
Naveen Singh
2025-05-04 16:00:18 +05:30
committed by Naveen Singh
parent 7179991c6c
commit 6c9bbbd4f9

19
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"