Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ updates:
- "version-update:semver-major"
- "version-update:semver-minor"
schedule:
interval: "monthly"
interval: daily
open-pull-requests-limit: 5
commit-message:
prefix: "Go modules"
reviewers:
- "se-chris-thach"
- "dmytroye"

# Enable version updates for Terraform
Expand Down Expand Up @@ -47,7 +47,6 @@ updates:
commit-message:
prefix: "terraform"
reviewers:
- "se-chris-thach"
- "dmytroye"

# Enable version updates for Helm
Expand All @@ -64,11 +63,11 @@ updates:
- "version-update:semver-major"
- "version-update:semver-minor"
schedule:
interval: "monthly"
interval: daily
open-pull-requests-limit: 5
commit-message:
prefix: "Helm"
reviewers:
- "se-chris-thach"
- "dmytroye"

# Enable version updates for Docker
Expand All @@ -82,11 +81,11 @@ updates:
- "version-update:semver-major"
- "version-update:semver-minor"
schedule:
interval: "monthly"
interval: daily
open-pull-requests-limit: 5
commit-message:
prefix: "Dockerfile"
reviewers:
- "se-chris-thach"
- "dmytroye"

# Enable version updates for GitHub Actions
Expand All @@ -99,9 +98,9 @@ updates:
- "version-update:semver-major"
- "version-update:semver-minor"
schedule:
interval: "monthly"
interval: daily
open-pull-requests-limit: 5
commit-message:
prefix: "Github Actions"
reviewers:
- "se-chris-thach"
- "dmytroye"
Loading