Skip to content

Commit fdbdfce

Browse files
author
Kenneth Rosario
authored
chore: Create renovate bot config (#187)
* chore: Create renovate bot config * Update renovate.json
1 parent de61196 commit fdbdfce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["group:allNonMajor", "schedule:monthly"],
4+
"packageRules": [
5+
{
6+
"description": "Create a PR whenever there is a new major version",
7+
"matchUpdateTypes": [
8+
"major"
9+
]
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)