mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Give up for now
There is no solution that works like old dependabot, great.
This commit is contained in:
34
.github/dependabot.yml.off
vendored
Normal file
34
.github/dependabot.yml.off
vendored
Normal 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
|
||||||
@@ -15,4 +15,4 @@ jobs:
|
|||||||
uses: ahmadnassri/action-dependabot-auto-merge@v2
|
uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ASF_GITHUB_PERSONAL_TOKEN }}
|
github-token: ${{ secrets.ASF_GITHUB_PERSONAL_TOKEN }}
|
||||||
target: minor
|
target: digest # https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/25
|
||||||
Reference in New Issue
Block a user