dependabot: ignore playwright updates

Since the container embedded in our CI images is pinned, any update here
would result in the container having to be pulled again in CI
runs. Let's reduce the frequency that playwright gets updated, making it
easier to keep the container and the dependencies here somewhat in sync.
This commit is contained in:
Sanne Raymaekers 2025-03-17 12:41:44 +01:00 committed by Klara Simickova
parent 60fc68310d
commit 45669b06b8

View file

@ -7,3 +7,9 @@ updates:
time: "04:00"
open-pull-requests-limit: 3
rebase-strategy: "auto"
ignore:
- dependency-name: "@playwright/test"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- "version-update:semver-patch"