Skip to content

Commit

Permalink
Auto merge green puppeteer updates (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsSteensma authored Dec 11, 2024
1 parent 8ed7bf8 commit 6758016
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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"
"config:recommended", ":disableDependencyDashboard"
],
"packageRules": [
{
"matchPackageNames": ["puppeteer"],
"commitMessageAction": "Test against",
"commitMessageTopic": "{{depName}}",
"automerge": true
}
]
}

0 comments on commit 6758016

Please sign in to comment.