Skip to content

Commit

Permalink
👷: migrate renovate config (#3279)
Browse files Browse the repository at this point in the history
* 👷: migrate config renovate.json

* fix formatting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoît Zugmeyer <[email protected]>
  • Loading branch information
renovate[bot] and BenoitZugmeyer authored Jan 14, 2025
1 parent 6781068 commit 0ebabd8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":ignoreModulesAndTests",
":autodetectPinVersions",
"group:monorepos",
"group:recommended"
],
"extends": [":dependencyDashboard", ":ignoreModulesAndTests", "group:monorepos", "group:recommended"],
"labels": ["dependencies"],
"commitMessagePrefix": "\uD83D\uDC77 ",
"commitMessagePrefix": "👷 ",
"prConcurrentLimit": 5,
"prHourlyLimit": 1,
"schedule": ["every weekend"],
Expand All @@ -18,7 +12,7 @@
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"excludePackageNames": ["karma-webpack"]
"matchPackageNames": ["!karma-webpack"]
}
]
}

0 comments on commit 0ebabd8

Please sign in to comment.