Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): update dependabot config #18722

Merged
merged 4 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
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
41 changes: 37 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Dependabot configuration for automated dependency updates.
# This file is the single source of truth and overrides any GitHub repo settings.
#
# Key features:
# - Monthly updates scheduled for Saturday 04:20 ET
# - Dependencies are grouped by ecosystem to minimize PR noise
# - Each group has designated reviewers and single PR limit
# - To ignore updates for a dependency, add to ecosystem's ignore field (and open
# a GitHub issue if needed for tracking):
# ignore:
# - dependency-name: "golang.org/x/crypto" # skip all crypto updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "saturday"
time: "04:20"
timezone: "America/New_York"
open-pull-requests-limit: 3
reviewers:
- "davidtaikocha"
- "RogerLamTd"
open-pull-requests-limit: 1
groups:
go-updates:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -16,13 +35,27 @@ updates:
day: "saturday"
time: "04:20"
timezone: "America/New_York"
reviewers:
- "davidtaikocha"
- "RogerLamTd"
open-pull-requests-limit: 1
groups:
github-actions-updates:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "saturday"
time: "04:20"
timezone: "America/New_York"
open-pull-requests-limit: 3
reviewers:
- "KorbinianK"
- "bearni95"
open-pull-requests-limit: 1
groups:
npm-updates:
patterns:
- "*"
21 changes: 0 additions & 21 deletions .github/workflows/repo--stale.yml

This file was deleted.