From 8c188d1d40f996d7f4e680c1b061c1247c8d2eb9 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 27 Sep 2020 02:52:11 +0200 Subject: [PATCH] Give up for now There is no solution that works like old dependabot, great. --- .github/dependabot.yml.off | 34 +++++++++++++++++++ .../{auto-merge.yml => auto-merge.yml.off} | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml.off rename .github/workflows/{auto-merge.yml => auto-merge.yml.off} (80%) diff --git a/.github/dependabot.yml.off b/.github/dependabot.yml.off new file mode 100644 index 000000000..79a1a1609 --- /dev/null +++ b/.github/dependabot.yml.off @@ -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 diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml.off similarity index 80% rename from .github/workflows/auto-merge.yml rename to .github/workflows/auto-merge.yml.off index 791078548..7943631bb 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml.off @@ -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