Skip to content

Commit

Permalink
chore: Create renovate config (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-rosario authored Apr 13, 2023
1 parent d54e85f commit eba4ec0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["group:allNonMajor", "schedule:monthly"],
"packageRules": [
{
"description": "Create a PR whenever there is a new major version",
"matchUpdateTypes": [
"major"
]
}
],
"ignorePaths": [
"examples/**"
]
}

0 comments on commit eba4ec0

Please sign in to comment.