Skip to content

Commit

Permalink
ci: renovate to only care about production deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Mar 16, 2022
1 parent f654ae9 commit d26edf4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/renovate.json
@@ -1,19 +1,10 @@
{
"extends": ["config:base", "group:monorepos"],
"extends": ["config:base"],
"packageRules": [
{
"updateTypes": ["major"],
"matchDepTypes": ["dependencies"],
"automerge": true,
"schedule": ["after 9pm on sunday"]
},
{
"updateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "minor dependencies",
"automerge": true,
"automergeType": "branch",
"commitBodyTable": true,
"prConcurrentLimit": 10,
"schedule": ["after 9pm on sunday", "after 9pm on wednesday"]
}
]
}

0 comments on commit d26edf4

Please sign in to comment.