Skip to content

Commit

Permalink
chore: set schedule on Monday 7AM UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Dec 16, 2024
1 parent 5fa7a10 commit 22549f9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ updates:
prefix: "chore"
schedule:
interval: "weekly"
day: "sunday"
day: "monday" # explicit, even tough it's the weekly default
time: "07:00" # UTC
ignore:
- dependency-name: "com.google.protobuf:protoc"
versions: ['>= 4'] # https://github.com/grpc/grpc-java/issues/11015
Expand All @@ -16,7 +17,8 @@ updates:
prefix: "chore"
schedule:
interval: "weekly"
day: "sunday"
day: "monday" # explicit, even tough it's the weekly default
time: "07:00" # UTC
ignore:
- dependency-name: "com.google.protobuf:protoc"
versions: ['>= 4'] # https://github.com/grpc/grpc-java/issues/11015
Expand All @@ -30,7 +32,8 @@ updates:
- "org.jetbrains.kotlin.*"
schedule:
interval: "weekly"
day: "sunday"
day: "monday" # explicit, even tough it's the weekly default
time: "07:00" # UTC
ignore:
- dependency-name: "com.google.protobuf:protoc"
versions: ['>= 4'] # https://github.com/grpc/grpc-java/issues/11015
Expand All @@ -42,7 +45,8 @@ updates:
prefix: "chore"
schedule:
interval: "weekly"
day: "sunday"
day: "monday" # explicit, even tough it's the weekly default
time: "07:00" # UTC
ignore:
- dependency-name: "com.google.protobuf:protoc"
versions: ['>= 4'] # https://github.com/grpc/grpc-java/issues/11015
Expand All @@ -58,7 +62,8 @@ updates:
- "io.grpc:*"
schedule:
interval: "weekly"
day: "sunday"
day: "monday" # explicit, even tough it's the weekly default
time: "07:00" # UTC
ignore:
- dependency-name: "com.google.protobuf:protoc"
versions: ['>= 4'] # https://github.com/grpc/grpc-java/issues/11015

0 comments on commit 22549f9

Please sign in to comment.