mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
revert dep updates for mtime and @types/mime
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
c88fe67fa1
commit
30c22fea38
3 changed files with 21 additions and 19 deletions
7
.github/dependabot.yml
vendored
7
.github/dependabot.yml
vendored
|
@ -12,6 +12,13 @@ updates:
|
|||
- dependency-name: node-fetch
|
||||
versions:
|
||||
- ">=3.0.0"
|
||||
# ignore mime and @types/mime per https://github.com/softprops/action-gh-release/pull/475
|
||||
- dependency-name: mime
|
||||
versions:
|
||||
- ">=4.0.0"
|
||||
- dependency-name: "@types/mime"
|
||||
versions:
|
||||
- ">=4.0.0"
|
||||
commit-message:
|
||||
prefix: "chore(deps)"
|
||||
- package-ecosystem: github-actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue