Skip to content

Commit

Permalink
build: disable Dependabot due to aggressive API rate limiting in inte…
Browse files Browse the repository at this point in the history
…gration tests
  • Loading branch information
VMelnalksnis committed Sep 16, 2024
1 parent 3e2c41b commit 4a594a2
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
version: 2
updates:

- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Riga"
open-pull-requests-limit: 100
assignees:
- "VMelnalksnis"
reviewers:
- "VMelnalksnis"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Riga"
open-pull-requests-limit: 100
assignees:
- "VMelnalksnis"
reviewers:
- "VMelnalksnis"
#version: 2
#updates:
#
# - package-ecosystem: "nuget"
# directory: "/"
# schedule:
# interval: "daily"
# time: "07:00"
# timezone: "Europe/Riga"
# open-pull-requests-limit: 100
# assignees:
# - "VMelnalksnis"
# reviewers:
# - "VMelnalksnis"
#
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "daily"
# time: "07:00"
# timezone: "Europe/Riga"
# open-pull-requests-limit: 100
# assignees:
# - "VMelnalksnis"
# reviewers:
# - "VMelnalksnis"

0 comments on commit 4a594a2

Please sign in to comment.