Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: [StepSecurity] Apply security best practices #1134

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependabot.yml
  • Loading branch information
sozercan committed Apr 27, 2023
commit aef6b86af93b2805eeec91afef624617061553c3
25 changes: 19 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,46 +6,59 @@ 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:
interval: "weekly"
commit-message:
prefix: "chore"


- package-ecosystem: docker
directory: /.devcontainer
schedule:
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:
prefix: "chore"