Skip to content

Commit

Permalink
chore: Add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDredd committed May 5, 2024
1 parent 794e187 commit d70fe37
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"extends": [
"config:base",
"group:allNonMajor",
":semanticCommitTypeAll(chore)"
],
"meteor": {
"enabled": false
},
"rangeStrategy": "bump",
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
},
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeSchedule": [
"after 1am and before 2am"
],
"schedule": [
"after 2am and before 3am"
]
}
]
}

0 comments on commit d70fe37

Please sign in to comment.