Skip to content

Commit

Permalink
chore: update playwright and docker image together
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Feb 26, 2024
1 parent 01bf04a commit 51674ed
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,32 @@
dependencyDashboard: false,
minimumReleaseAge: '3 days',
semanticCommits: 'enabled',
packageRules: [
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: ['config:base', ':semanticCommitTypeAll(chore)'],
dependencyDashboard: false,
minimumReleaseAge: '3 days',
semanticCommits: 'enabled',
packageRules: [
{
matchDatasources: ["npm"],
matchPackagePatterns: ["@playwright/test", "@axe-core/playwright"],
groupName: "playwright",
matchFileNames: [
"package.json"
]
},
{
matchDatasources: ["docker"],
matchPackageNames: ["mcr.microsoft.com/playwright"],
groupName: "playwright",
matchFileNames: [
"Dockerfile"
],
versioning: "semver"
},
]
}
]
}

0 comments on commit 51674ed

Please sign in to comment.