Skip to content

Commit

Permalink
Adding dependabot compatibility for csi-unity (#509)
Browse files Browse the repository at this point in the history
* Adding dependabot compatibility for csi-unity

* Adding dependabot compatibility for csi-unity

* Adding dependabot compatibility for csi-unity
  • Loading branch information
sakshi-garg1 authored Sep 13, 2024
1 parent e67e786 commit 3f53a92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,22 @@ updates:
patterns:
- "*"

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

0 comments on commit 3f53a92

Please sign in to comment.