Skip to content

Commit

Permalink
Change renovate config to update all dependencies without review
Browse files Browse the repository at this point in the history
  • Loading branch information
moririnson committed Sep 26, 2023
1 parent 23f103e commit 2ee9a9e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@
"ignorePaths": [
"docs/",
],
"automerge": true,
"platformAutomerge": true,
"git-submodules": {
"enabled": true
},
"labels": [ "dependency upgrade" ],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"platformAutomerge": true,
},
{
"matchPackagePatterns": ["^line-openapi$"],
"labels": ["dependency upgrade", "line-openapi-update"]
"matchPackagePatterns": ["^line-openapi$"],
"labels": ["dependency upgrade", "line-openapi-update"]
}
]
}

0 comments on commit 2ee9a9e

Please sign in to comment.