Skip to content

Commit

Permalink
Really disable dependabot updates for now
Browse files Browse the repository at this point in the history
  • Loading branch information
f1amy committed Sep 3, 2023
1 parent 1731219 commit 89b6e79
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@

version: 2
updates:
# - package-ecosystem: "github-actions"
# directory: "/"
# schedule:
# interval: "monthly"
# assignees:
# - "f1amy"
#
# - package-ecosystem: "composer"
# directory: "/"
# schedule:
# interval: "monthly"
# assignees:
# - "f1amy"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "f1amy"
open-pull-requests-limit: 0

- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "f1amy"
open-pull-requests-limit: 0

0 comments on commit 89b6e79

Please sign in to comment.