Skip to content

Commit

Permalink
Revert "ci: Remove dependabot.yml"
Browse files Browse the repository at this point in the history
This reverts commit ac341af.
  • Loading branch information
sorairolake committed Sep 7, 2024
1 parent ac341af commit 8f2a034
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SPDX-FileCopyrightText: 2022 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 30

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 8f2a034

Please sign in to comment.