Skip to content

Commit

Permalink
Merge branch 'master' into sleep-interval
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/yew/Cargo.toml
#	packages/yew/tests/use_reducer.rs
  • Loading branch information
futursolo committed Jul 20, 2022
2 parents 2968aec + 544990a commit 67df923
Show file tree
Hide file tree
Showing 73 changed files with 3,204 additions and 386 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
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
@@ -1,6 +1,6 @@
[workspace]
members = [
"packages/*",
"packages/*",
]
exclude = [
"tools/*",
Expand Down
2 changes: 2 additions & 0 deletions examples/.gitignore
@@ -1,2 +1,4 @@
# trunk output
dist/

!Cargo.lock

0 comments on commit 67df923

Please sign in to comment.