Skip to content

Commit eba4ec0

Browse files
author
Kenneth Rosario
authored
chore: Create renovate config (#138)
1 parent d54e85f commit eba4ec0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
"ignorePaths": [
13+
"examples/**"
14+
]
15+
}

0 commit comments

Comments
 (0)