Give up for now

There is no solution that works like old dependabot, great.
This commit is contained in:
JustArchi
2020-09-27 02:52:11 +02:00
parent d63288d21b
commit 8c188d1d40
2 changed files with 35 additions and 1 deletions

34
.github/dependabot.yml.off vendored Normal file
View File

@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "01:00"
labels:
- "Automatic"
open-pull-requests-limit: 99
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
time: "01:15"
labels:
- "Automatic"
open-pull-requests-limit: 99
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
time: "01:30"
labels:
- "Automatic"
open-pull-requests-limit: 99
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "02:00"
labels:
- "Automatic"
open-pull-requests-limit: 99

View File

@@ -15,4 +15,4 @@ jobs:
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.ASF_GITHUB_PERSONAL_TOKEN }}
target: minor
target: digest # https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/25