Skip to content

Commit

Permalink
Update renovate rules
Browse files Browse the repository at this point in the history
Trying this (Renovate) out for the first time.
  • Loading branch information
badeball committed Sep 22, 2024
1 parent 88c03ef commit 7ec4d33
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,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended", "npm:unpublishSafe", "schedule:daily"],
"automerge": true,
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"enabled": false
}
]
}

0 comments on commit 7ec4d33

Please sign in to comment.