Skip to content

Commit

Permalink
Add idempotent volume attach detach (#15)
Browse files Browse the repository at this point in the history
* Generate: Add idempotent volume attach detach

* Add dependabot

* Fix CODEOWNERS
  • Loading branch information
skirsten authored Oct 24, 2024
1 parent 4af4e4d commit 91387ba
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@diogopms @skirsten @philipkrueck
* @diogopms @skirsten @philipkrueck
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
254 changes: 230 additions & 24 deletions types.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91387ba

Please sign in to comment.