Skip to content

Commit

Permalink
Add GitHub Dependabot config
Browse files Browse the repository at this point in the history
This allows for GitHub Dependabot to operate on this project.

Signed-off-by: Dom Rodriguez <[email protected]>
  • Loading branch information
shymega committed Feb 17, 2024
1 parent 3ec6244 commit 63a55c9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# SPDX-FileCopyrightText: 2023 The Gamebox Developers
#
# SPDX-License-Identifier: Apache-2.0

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(deps)"
groups:
cargo-deps:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore(ci-deps)"
groups:
gh-actions-deps:
patterns:
- "*"

0 comments on commit 63a55c9

Please sign in to comment.