Skip to content

Commit

Permalink
chore(renovate): update mime-db (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Mar 28, 2023
1 parent 0897aa0 commit 9b864d4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"assignees": [ "zone117x", "viceice" ]
"extends": ["config:base"],
"assignees": ["zone117x", "viceice"],
"regexManagers": [
{
"description": "Update mime-db",
"fileMatch": ["^KnownMimeTypes\\.tt$"],
"matchStrings": [
"https://raw\\.githubusercontent\\.com/jshttp/mime-db/(?<currentValue>.+?)/db.json"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "mime-db",
"packageNameTemplate": "jshttp/mime-db"
}
]
}

0 comments on commit 9b864d4

Please sign in to comment.