Skip to content

Commit

Permalink
Add dependabot compatibility for csi-powerstore images (#506)
Browse files Browse the repository at this point in the history
* Add dependabot compatibility for csi-powerstore images

* Update dependabot.yml
  • Loading branch information
AkshaySainiDell authored Sep 11, 2024
1 parent 4148d27 commit e67e786
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ updates:
patterns:
- "*"

# csi-powerstore packages
- package-ecosystem: docker
target-branch: "release-v1.12.0"
directories:
- /charts/csi-powerstore
labels:
- dependencies
schedule:
# check daily
interval: daily
# at 6pm UTC
time: "18:00"
groups:
csi-powerstore:
patterns:
- "*"

# csi-isilon packages
- package-ecosystem: docker
target-branch: "release-v1.12.0"
Expand Down

0 comments on commit e67e786

Please sign in to comment.