Skip to content

Commit

Permalink
Update dependabot config (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored Feb 12, 2025
1 parent f653a8a commit 0b5c805
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ updates:
patterns:
- "*"

# csm-authorization packages
# csm-authorization v2 packages
- package-ecosystem: docker
target-branch: "main"
directories:
- /charts/csm-authorization
- /charts/csm-authorization-v2.0
labels:
- dependencies
Expand All @@ -121,6 +120,33 @@ updates:
patterns:
- "*"

# csm-authorization v1 packages
- package-ecosystem: docker
target-branch: "main"
directories:
- /charts/csm-authorization
labels:
- dependencies
schedule:
# check daily
interval: daily
# at 6pm UTC
time: "18:00"
groups:
csm-authorization:
patterns:
- "*"
ignore:
# Ignore versions of authorization images that are equal to or greater than 2.0.0
- dependency-name: "*/csm-authorization-proxy*"
versions: [ ">=2.0.0" ]
- dependency-name: "*/csm-authorization-tenant*"
versions: [ ">=2.0.0" ]
- dependency-name: "*/csm-authorization-role*"
versions: [ ">=2.0.0" ]
- dependency-name: "*/csm-authorization-storage*"
versions: [ ">=2.0.0" ]

# karavi-observability packages
- package-ecosystem: docker
target-branch: "main"
Expand Down

0 comments on commit 0b5c805

Please sign in to comment.