Skip to content

Commit

Permalink
Copy rules used internally
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Jan 26, 2024
1 parent f60ceec commit 921559a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,23 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [{
"description": "Group Npm packages",
"groupName": "Npm non-major dependencies",
"groupSlug": "npm-minor-patch",
"matchDatasources": [
"npm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}],
"ignoreDeps": [
"typed-redux-saga"
],
"schedule": [
"every weekend"
]
}

0 comments on commit 921559a

Please sign in to comment.