Skip to content

Commit

Permalink
Update renovate bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
stv0g committed Aug 2, 2023
1 parent 6ec27df commit b08aba7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
25 changes: 25 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "pr"
}
],
"npm": {
"enabled": false
},
"assignees": ["stv0g"],
"ignoreTests": false,
"dependencyDashboard": false,
"prCreation": "immediate",
"schedule": [
"before 4am on Monday"
],
"platformAutomerge": true
}
File renamed without changes.
7 changes: 0 additions & 7 deletions renovate.json

This file was deleted.

0 comments on commit b08aba7

Please sign in to comment.