Skip to content

Commit

Permalink
Add Dependabot configuration file
Browse files Browse the repository at this point in the history
A new configuration file for Dependabot has been created, scheduling weekly updates for GitHub Actions and daily updates for Gradle. This setup will automatically check for updates and help to keep our dependencies up-to-date.
  • Loading branch information
meanmail committed Jan 25, 2024
1 parent 7a92c20 commit a40de95
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "00:00"
groups:
all-actions:
patterns: [ "*" ]

- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
time: "00:00"

0 comments on commit a40de95

Please sign in to comment.