Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo authored Dec 3, 2024
1 parent d8e2da8 commit 1ad66dd
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,17 @@ registries:
type: maven-repository
url: https://dl.google.com/dl/android/maven2
updates:
- package-ecosystem: "gradle"
registries: "*"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
registries: "*"
directory: "/"
schedule:
interval: "weekly"
groups:
kotlin:
patterns:
- "org.jetbrains.kotlin*"
- "com.google.devtools.ksp"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 1ad66dd

Please sign in to comment.