Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent fdba840 commit 04b9e6e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"dependencyDashboardTitle":"Dependency Dashboard - EPP e2e tests",
"dependencyDashboardTitle": "Dependency Dashboard - EPP e2e tests",
"packageRules": [
{
"matchUpdateTypes": [
Expand All @@ -27,15 +27,20 @@
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true

},
{
"packagePatterns": ["^minio"],
"enabled": false
"enabled": false,
"matchPackageNames": [
"/^minio/"
]
},
{
"matchPackageNames": ["node"],
"matchDatasources": ["docker"],
"matchPackageNames": [
"node"
],
"matchDatasources": [
"docker"
],
"versioning": "node"
}
]
Expand Down

0 comments on commit 04b9e6e

Please sign in to comment.