Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByAidan authored Dec 31, 2023
1 parent 2a8d9f9 commit db6390a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base"],
"platform": "github",
"automerge": true,
"ignoreTests": true,
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "bump", "digest"],
"platform": "github",
"automerge": true,
"ignoreTests": true,
"platformAutomerge": true,
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"prCreation": "immediate",
"commitMessagePrefix": "chore(deps): update dependency",
"commitMessageTopic": "",
"labels": ["dependencies"]
}
]
}

0 comments on commit db6390a

Please sign in to comment.