Skip to content

Commit

Permalink
Update and rename renovate.json to renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Apr 30, 2024
1 parent 5a0cdc6 commit 0acbf50
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

38 changes: 38 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"extends": [
"config:base",
"schedule:weekly"
],
"labels": [
"dependencies"
],
"pin": false,
"rangeStrategy": "bump",
"packageRules": [
{
"depTypeList": [
"peerDependencies"
],
"enabled": false
},
{
"matchPaths": [
"examples/**"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major examples dependencies",
"groupSlug": "all-minor-patch-examples"
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 0acbf50

Please sign in to comment.