Skip to content

Commit

Permalink
Merge pull request #1085 from godaddy/dependabot-config
Browse files Browse the repository at this point in the history
Dependabot config updates
  • Loading branch information
aka-bo authored Nov 22, 2024
2 parents a503f4e + ebb9e78 commit 0600e17
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ updates:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 0 # Disable automatic PRs
open-pull-requests-limit: 2

# Maintain dependencies for .NET SecureMemory
- package-ecosystem: "nuget"
Expand All @@ -104,7 +104,7 @@ updates:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 0 # Disable automatic PRs
open-pull-requests-limit: 2

# Maintain dependencies for .NET AppEncryption
- package-ecosystem: "nuget"
Expand All @@ -124,7 +124,7 @@ updates:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 0 # Disable automatic PRs
open-pull-requests-limit: 2

# Maintain dependencies for Java SecureMemory
- package-ecosystem: "maven"
Expand Down Expand Up @@ -176,4 +176,10 @@ updates:
interval: "weekly"
day: "wednesday"
time: "13:00"
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 2

0 comments on commit 0600e17

Please sign in to comment.