Skip to content

Commit dfb6153

Browse files
Configure Renovate (#12)
* Add renovate.json * Group non-major together and add pre-commit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: STerliakov <terlya.stas@gmail.com>
1 parent 26b6aa3 commit dfb6153

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"group:allNonMajor"
6+
],
7+
"pre-commit": {
8+
"enabled": true
9+
}
10+
}

0 commit comments

Comments
 (0)