Skip to content

Commit

Permalink
Add dependabot for OCI example
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <[email protected]>
  • Loading branch information
haydentherapper committed Jan 3, 2024
1 parent 44c7c85 commit ab39edc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 10
# examples/oci-image-verification/go.mod
- package-ecosystem: gomod
directory: "./examples/oci-image-verification"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit ab39edc

Please sign in to comment.