Skip to content

Commit

Permalink
ci: fix dependabot config (#1137)
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 27, 2023
1 parent a637df3 commit 96aa5fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Expand Up @@ -6,14 +6,14 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

- package-ecosystem: "docker"
directory: "/manifest_staging/charts/csi-secrets-store-provider-azure"
schedule:
Expand All @@ -27,38 +27,38 @@ updates:
interval: daily
commit-message:
prefix: "chore"

- package-ecosystem: docker
directory: /
schedule:
interval: daily
commit-message:
prefix: "chore"

- package-ecosystem: docker
directory: /arc/conformance/plugin
schedule:
interval: daily
commit-message:
prefix: "chore"

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
commit-message:
prefix: "chore"

- package-ecosystem: gomod
directory: /test/e2e
schedule:
interval: daily
commit-message:
prefix: "chore"

- package-ecosystem: gomod
directory: /tools
schedule:
interval: daily
commit-message:
commit-message:
prefix: "chore"

0 comments on commit 96aa5fb

Please sign in to comment.