-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(deps): bump immer from 8.0.1 to 9.0.6 (#361) * fix(deps): bump lodash from 4.17.20 to 4.17.21 (#342) * fix(deps): bump tar from 4.4.13 to 4.4.19 (#360) * fix(deps): bump elliptic from 6.5.3 to 6.5.4 (#330) * fix(deps): bump y18n from 3.2.1 to 3.2.2 (#334) * fix(deps): bump ssri from 6.0.1 to 6.0.2 (#337) * fix(deps): bump hosted-git-info from 2.8.5 to 2.8.9 (#344) * fix(deps): bump browserslist from 4.16.3 to 4.16.6 (#347) * fix(deps): bump path-parse from 1.0.6 to 1.0.7 (#358) * fix(deps): bump tmpl from 1.0.4 to 1.0.5 in /examples/complete (#369)
- Loading branch information
1 parent
92d002e
commit 5e22537
Showing
4 changed files
with
134 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Config references: | ||
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
# Check for updates to GitHub Actions every weekday | ||
interval: "daily" | ||
commit-message: | ||
prefix: fix | ||
prefix-development: chore | ||
include: scope | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
# Check for updates to GitHub Actions every weekday | ||
interval: "daily" | ||
# Examples | ||
- package-ecosystem: 'npm' | ||
directory: '/examples/basic' | ||
schedule: | ||
# Check for updates to GitHub Actions every weekday | ||
interval: "weekly" | ||
commit-message: | ||
prefix: chore | ||
include: scope | ||
- package-ecosystem: 'npm' | ||
directory: '/examples/complete' | ||
commit-message: | ||
prefix: chore | ||
include: scope | ||
schedule: | ||
# Check for updates to GitHub Actions every weekday | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14333,9 +14333,9 @@ [email protected], tmp@^0.0.33: | |
os-tmpdir "~1.0.2" | ||
|
||
[email protected]: | ||
version "1.0.4" | ||
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" | ||
integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" | ||
integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== | ||
|
||
to-arraybuffer@^1.0.0: | ||
version "1.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.