Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed May 15, 2024
1 parent a2ce035 commit 6d92552
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ updates:
interval: weekly

- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
allow:
- dependency-type: all

- package-ecosystem: gomod
directory: /tools/mod # Not linked from /go.mod
directories:
- /

Check failure on line 11 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / run

11:5 [indentation] wrong indentation: expected 6 but found 4
- /api
- /client/internal/v2
- /client/pkg
- /client/v3
- /etcdctl
- /etcdutl
- /pkg
- /server
- /tests
- /tools/mod
- /tools/rw-heatmaps
- /tools/testgrid-analysis
schedule:
interval: weekly
interval: daily
allow:
- dependency-type: all

Expand Down

0 comments on commit 6d92552

Please sign in to comment.