Skip to content

Commit

Permalink
Enable Dependabot for Examples and Tools (#2785)
Browse files Browse the repository at this point in the history
* Enable dependabot for examples and tools.

* Make everything to use Gloo.

* Require features for binaries.

* Update every Friday.
  • Loading branch information
futursolo committed Jul 20, 2022
1 parent 9d94f24 commit 924792c
Show file tree
Hide file tree
Showing 65 changed files with 2,925 additions and 145 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ updates:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5

- package-ecosystem: "cargo"
directory: "/examples"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5

- package-ecosystem: "cargo"
directory: "/tools"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5

- package-ecosystem: "npm"
directory: "/website"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"packages/*",
"packages/*",
]
exclude = [
"tools/*",
Expand Down
2 changes: 2 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# trunk output
dist/

!Cargo.lock

0 comments on commit 924792c

Please sign in to comment.