You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/06/30 04:23:18 UTC

[shiro] branch main updated: deps: temporarily remove dependabot configuration to reset it

This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new 8573ee738 deps: temporarily remove dependabot configuration to reset it
8573ee738 is described below

commit 8573ee738d547e688e6758aa32ef24039b030a13
Author: lprimak <le...@flowlogix.com>
AuthorDate: Thu Jun 29 23:22:39 2023 -0500

    deps: temporarily remove dependabot configuration to reset it
---
 .github/dependabot.yml | 48 ------------------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 16ddc00f9..000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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:
-  # Dependencies for Maven
-  - package-ecosystem: 'maven'
-    directory: '/'
-    schedule:
-      interval: 'daily'
-    open-pull-requests-limit: 50
-
-  # Dependencies for Maven - on 1.12.x
-  - package-ecosystem: 'maven'
-    directory: '/'
-    target-branch: '1.12.x'
-    schedule:
-      interval: 'daily'
-    open-pull-requests-limit: 50
-
-  # Dependencies for GitHub Actions
-  - package-ecosystem: 'github-actions'
-    directory: '/'
-    schedule:
-      interval: 'daily'
-    open-pull-requests-limit: 10
-
-  # Dependencies for GitHub Actions - on 1.12.x
-  - package-ecosystem: 'github-actions'
-    directory: '/'
-    target-branch: '1.12.x'
-    schedule:
-      interval: 'daily'
-    open-pull-requests-limit: 10