Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Feb 15, 2024
1 parent 5c70a44 commit 77b48a5
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "branch"
}
],
"regexManagers": [
{
"fileMatch": [".*\\.ts$"],
"matchStrings": [
"import .*\"(?<depName>https:\\/\\/.*)@(?<currentValue>[^\\/]*)\\/.*\";"
],
"datasourceTemplate": "deno"
}
"extends": [
"github>Japan7/renovate-config",
"github>Japan7/renovate-config:deno"
]
}

0 comments on commit 77b48a5

Please sign in to comment.