Skip to content

Commit

Permalink
chore(deps): upgrading dev deps and running npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 2, 2021
1 parent 2f50b3b commit 03a38d4
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 152 deletions.
23 changes: 22 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
reviewers:
- erunion
labels:
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

- package-ecosystem: npm
directory: "/"
schedule:
Expand All @@ -8,4 +20,13 @@ updates:
reviewers:
- erunion
labels:
- dependencies
- scope:dependency
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
# globby@12 is now an ESM-only package and can't be loaded here without a rewrite.
# https://github.com/sindresorhus/globby/releases/tag/v12.0.0
- dependency-name: globby
versions:
- ">= 12"
Loading

0 comments on commit 03a38d4

Please sign in to comment.