blob: 967b4ce66161f93e727b4cb5db699f8bee2acc4a [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
allow:
# Quarkiverse extensions
- dependency-name: "io.quarkiverse.*:*"
- dependency-name: "org.amqphub.quarkus:quarkus-qpid-jms-bom"
# Test dependencies
- dependency-name: "com.github.tomakehurst:wiremock"
- dependency-name: "com.unboundid:unboundid-ldapsdk"
- dependency-name: "org.hamcrest:hamcrest"
- dependency-name: "org.hamcrest-core:hamcrest"
- dependency-name: "org.seleniumhq.selenium:htmlunit-driver"
- dependency-name: "org.zeroturnaround:zt-exec"
# Maven plugins
- dependency-name: "*:*-maven-plugin"
- dependency-name: "org.apache.maven.plugins:*"
ignore:
# Maven plugins
# Quarkus is upgraded manually
- dependency-name: "io.quarkus:quarkus-*-maven-plugin"
# Camel is upgraded manually
- dependency-name: "org.apache.camel.maven:*"
# To be kept manually in alignment with the enforcer API version used in quarkus-enforcer-rules
- dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin"
# https://github.com/apache/camel-quarkus/issues/723
- dependency-name: "org.apache.maven.plugins:maven-failsafe-plugin"
- dependency-name: "org.apache.maven.plugins:maven-surefire-plugin"