Skip to content

Commit

Permalink
Add renovate config (#3341)
Browse files Browse the repository at this point in the history
* Add renovate config

* Run linter
  • Loading branch information
michalchecinski committed Sep 30, 2022
1 parent 24c6f5d commit 67a9333
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:monthly",
":maintainLockFilesMonthly",
":preserveSemverRanges",
":rebaseStalePrs",
":disableMajorUpdates"
],
"enabledManagers": ["npm"],
"packageRules": [
{
"matchPackagePatterns": ["typescript"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "npm"
},
{
"packageNames": ["typescript"],
"updateTypes": "patch"
}
],
"ignoreDeps": ["bootstrap", "electron-builder", "node-ipc", "regedit"]
}

0 comments on commit 67a9333

Please sign in to comment.