Skip to content

Commit

Permalink
add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Mar 4, 2024
1 parent 0296bc1 commit c34f51c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"extends": [
"config:base",
":prConcurrentLimitNone"
],
"automergeType": "branch",
"labels": [
"renovate"
],
"packageRules": [
{
"matchFileNames": [
"**/*"
],
"enabled": false
},
{
"matchFileNames": [
".github/**/*",
"topics/linux/**/*",
"topics/testing/**/*"
],
"vulnerabilityAlerts": {
"automerge": true
},
"enabled": true
},
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"lockFileMaintenance"
],
"automerge": true
}
]
}

0 comments on commit c34f51c

Please sign in to comment.