Explicit dependabot configuration (#17330)

* Explicit dependabot configuration (#17330)

Signed-off-by: Sergii Kabashniuk <skabashniuk@redhat.com>
7.20.x
Sergii Kabashniuk 2020-07-08 10:58:45 +03:00 committed by GitHub
parent 7c93f56462
commit 3ceb16245f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 1 deletions

35
.dependabot/config.yml Normal file
View File

@ -0,0 +1,35 @@
# Documentation in https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "java:maven"
directory: "/"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
default_labels:
- "area/dependencies"
- package_manager: "docker"
directory: "/dockerfiles/che"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
default_labels:
- "area/dependencies"
- package_manager: "docker"
directory: "/dockerfiles/keycloak"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
default_labels:
- "area/dependencies"
- package_manager: "docker"
directory: "/dockerfiles/postgres"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
default_labels:
- "area/dependencies"

View File

@ -162,7 +162,6 @@ pipeline {
sh """
project_list=(
eclipse/che-parent
eclipse/che-docs
)
for project in \${project_list[@]};