diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index ee650547..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,61 +0,0 @@ -# -# Copyright 2009-2021 the original author or authors. -# -# Licensed 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: github-actions - directory: "/" - schedule: - interval: daily -- package-ecosystem: maven - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - ignore: - - dependency-name: com.zaxxer:HikariCP - versions: - - "> 4.9.9" - - dependency-name: jakarta.annotation:jakarta.annotation-api - versions: - - "> 1.9.9" - - dependency-name: jakarta.ejb:jakarta.ejb-api - versions: - - "> 3.3.0" - - dependency-name: jakarta.inject:jakarta.inject-api - versions: - - "> 1.9.9" - - dependency-name: jakarta.resource:jakarta.resource-api - versions: - - "> 1.9.9" - - dependency-name: jakarta.transaction:jakarta.transaction-api - versions: - - "> 1.4.0" - - dependency-name: jakarta.validation:jakarta.validation-api - versions: - - "> 2.9.9" - - dependency-name: org.apache.derby:derby - versions: - - "> 10.15.2.0" - - dependency-name: org.apache.derby:derbyoptionaltools - versions: - - "> 10.15.2.0" - - dependency-name: org.apache.derby:derbyshared - versions: - - "> 10.15.2.0" - - dependency-name: org.apache.tomcat:tomcat-catalina - versions: - - "> 9.1.0"