Skip to content

Commit

Permalink
Add GitHub Dependabot config (Ralim#13)
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 Mar 2, 2024
1 parent 49290fc commit 4482ff5
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 4482ff5

Please sign in to comment.