Create dependabot.yml (#258)

This commit is contained in:
Shivam Goyal
2023-12-16 20:44:20 +05:30
committed by GitHub
parent f27256eba3
commit 4c706b06e6

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"