Skip to content

Commit

Permalink
chore: Configure Renovate (#202)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Jan Kowalleck <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan Kowalleck <[email protected]>
  • Loading branch information
renovate[bot] and jkowalleck authored Nov 7, 2024
1 parent 9c3962e commit 736fa16
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":configMigration",
":gitSignOff",
":prHourlyLimitNone",
"schedule:weekends",
],
"labels": [
"dependencies"
],
"ignorePaths": [
"tests/_data/testbeds/**",
],
"packageRules": [
{
"matchPackageNames": [
"@yarnpkg/**"
],
"groupName": "yarn",
},
{
"matchPackageNames": [
"typescript",
"@types/**",
"!@types/mocha",
"!@types/eslint",
"!@types/eslint-*",
"typedoc",
"typedoc-*",
"@microsoft/tsdoc",
"@microsoft/tsdoc-*",
"ts-loader",
"tslib",
],
"groupName": "typescript",
},
{
"matchPackageNames": [
"eslint",
"@eslint/*",
"@types/eslint",
"eslint-*",
"@types/eslint-*",
"@eslint-community/*",
"@typescript-eslint/*",
],
"groupName": "eslint",
},
{
"matchPackageNames": [
"mocha",
"@types/mocha"
],
"groupName": "mocha",
},
]
}

0 comments on commit 736fa16

Please sign in to comment.