Skip to content

Commit

Permalink
Update renovate to only update puppeteer and a11y scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongoldenthal authored Mar 31, 2024
1 parent cdda6a3 commit 629f299
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"packagePatterns": ["*"],
"enabled": false
},
{
"packageNames": ["axe-core", "html_codesniffer", "puppeteer"],
"enabled": true
}
]
}

0 comments on commit 629f299

Please sign in to comment.