Skip to content

Commit

Permalink
Merge pull request #11 from wadackel/wadackel-patch-1
Browse files Browse the repository at this point in the history
chore: update `renovate.json`
  • Loading branch information
wadackel authored Jan 14, 2024
2 parents c040094 + 538ebdf commit cbfe6ca
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":semanticCommits",
":semanticCommitTypeAll(chore)",
":semanticCommitScopeDisabled"
]
"labels": ["A-dependencies"],
"major": {
"stabilityDays": 7
},
"minor": {
"stabilityDays": 3
},
"patch": {
"stabilityDays": 2
},
}

0 comments on commit cbfe6ca

Please sign in to comment.