Skip to content

Commit

Permalink
Merge pull request #50 from runk/runk-patch-2
Browse files Browse the repository at this point in the history
Create renovate.json
  • Loading branch information
runk authored Mar 17, 2024
2 parents f6de6c7 + 80ebec8 commit 462c84b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["config:base", ":disableDependencyDashboard"],
"schedule": "on the first day of the month",
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"depTypeList": ["devDependencies"],
"automerge": true
}
]
}

0 comments on commit 462c84b

Please sign in to comment.