blob: d80e6d67ea1dfe48d7437abc2ed4709c3d34730d [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"
# 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"