Create dependabot.yml (#74)

This commit is contained in:
Shivam Goyal
2023-12-16 20:44:11 +05:30
committed by GitHub
parent 16f3a7d6b9
commit e9bb770b8e

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

@@ -0,0 +1,13 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"