mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-05 17:14:40 -04:00
Use renovate to update cypress image
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
149789bb65
commit
0b0d695701
2 changed files with 10 additions and 0 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -64,6 +64,7 @@ jobs:
|
||||||
needs: build-frontend
|
needs: build-frontend
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
# renovate: datasource=docker depName=cypress/browsers versioning=docker
|
||||||
image: cypress/browsers:node16.5.0-chrome94-ff93
|
image: cypress/browsers:node16.5.0-chrome94-ff93
|
||||||
options: --user 1001 --shm-size=2g
|
options: --user 1001 --shm-size=2g
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -83,5 +83,14 @@
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"on Saturday"
|
"on Saturday"
|
||||||
|
],
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"fileMatch": ["\\.yml$", "\\.yaml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+\\S+:\\s+\"?(?<currentValue>[^\"]*?)\"?\\s"
|
||||||
|
],
|
||||||
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue