Skip to content

Commit

Permalink
🔧 configure renovate for deno
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jun 11, 2024
1 parent 23dbd48 commit 6225c35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": [
"config:recommended",
"github>Omochice/renovate-config:deno"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
Expand Down

0 comments on commit 6225c35

Please sign in to comment.