Skip to content

Commit

Permalink
Migrate config renovate.json (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent ff1a258 commit 46ae088
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "github>siteimprove/alfa//config/alfa-renovate"],
"extends": [
"config:recommended",
"github>siteimprove/alfa//config/alfa-renovate"
],
"packageRules": [
{
"description": "We currently ignore all other deps due to long time without update.",
"groupName": "Ignored deps",
"matchPackagePatterns": ["*"],
"excludePackagePrefixes": [
"@siteimprove/alfa",
"@types/chai",
"@types/mocha",
"@types/node",
"chai",
"cypress",
"eslint",
"knip",
"mocha",
"playwright",
"prettier",
"puppeteer",
"typescript",
"vite"
],
"enabled": false
"enabled": false,
"matchPackageNames": [
"*",
"!@siteimprove/alfa{/,}**",
"!@types/chai{/,}**",
"!@types/mocha{/,}**",
"!@types/node{/,}**",
"!chai{/,}**",
"!cypress{/,}**",
"!eslint{/,}**",
"!knip{/,}**",
"!mocha{/,}**",
"!playwright{/,}**",
"!prettier{/,}**",
"!puppeteer{/,}**",
"!typescript{/,}**",
"!vite{/,}**"
]
}
]
}

0 comments on commit 46ae088

Please sign in to comment.