Skip to content

Commit

Permalink
chore: enable dependabot (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Yatsun <[email protected]>
  • Loading branch information
2 people authored and astsiapanay committed Nov 15, 2023
1 parent f8676f5 commit 2085581
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "09:00"
# Disable version updates, keep security updates only
open-pull-requests-limit: 0
commit-message:
# Prefix all commit messages with "chore: "
prefix: "chore"

0 comments on commit 2085581

Please sign in to comment.