Skip to content

Commit

Permalink
Add Dependabot configuration for Gradle dependencies
Browse files Browse the repository at this point in the history
This commit introduces a `.github/dependabot.yml` file to enable automated dependency updates for Gradle. The updates are scheduled to run daily, ensuring dependencies stay up to date regularly.
  • Loading branch information
kdroidFilter committed Jan 5, 2025
1 parent 61659b6 commit 833d8ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 833d8ea

Please sign in to comment.