Skip to content

Commit

Permalink
chore: update Dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed May 26, 2024
1 parent 5da581a commit 99ff38a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "09:00"
day: "monday"
time: "08:00"
timezone: "Europe/Berlin"
reviewers:
- "svenjacobs"
Expand All @@ -16,12 +16,14 @@ updates:
patterns:
- "org.jetbrains.kotlin*"
- "androidx.compose.compiler*"
exclude-patterns:
- "org.jetbrains.kotlinx*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
time: "09:00"
day: "monday"
time: "08:00"
timezone: "Europe/Berlin"
reviewers:
- "svenjacobs"
Expand Down

0 comments on commit 99ff38a

Please sign in to comment.