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:
parent
60fc68310d
commit
45669b06b8
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue