mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-10 17:03:44 +08:00
do not update elasticsearch to major automatically
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
40efd3092f
commit
c353406f24
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -149,6 +149,9 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "12:00"
|
time: "12:00"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "elasticsearch"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
labels:
|
labels:
|
||||||
- 3. to review
|
- 3. to review
|
||||||
|
|
Loading…
Reference in a new issue