Skip to content

Commit

Permalink
chore(ci): tweak dependabot config (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Sep 24, 2024
1 parent 22be170 commit 1aa31cd
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
updates:
- package-ecosystem: gomod
directory: "/"
open-pull-requests-limit: 4
open-pull-requests-limit: 10
schedule:
interval: weekly
commit-message:
Expand Down Expand Up @@ -38,9 +38,9 @@ updates:
- "sigs.k8s.io/*"
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 3
open-pull-requests-limit: 5
schedule:
interval: daily
interval: monthly
commit-message:
prefix: "deps(github):"
groups:
Expand All @@ -54,13 +54,21 @@ updates:

# Update pinned pip packages via requiements.txt
- package-ecosystem: "pip"
schedule: weekly
schedule:
interval: weekly
commit-message:
prefix: "deps(docker,pip):"
directories:
- "/docker/build"
- "/docker/postgres-kanister-tools"
- "/docker/postgresql"
groups:
common-pip:
patterns:
- "pip"
- "setuptools"
- "wheel"
- "awscli"

- package-ecosystem: "docker"
schedule:
Expand Down Expand Up @@ -96,5 +104,3 @@ updates:
- "/docker/mssql-tools"
- "/docker/postgresql"
- "/docker/redis-tools"


0 comments on commit 1aa31cd

Please sign in to comment.