Skip to content

Commit

Permalink
Add Dependabot configuration (#41)
Browse files Browse the repository at this point in the history
## Description

Adds a Dependabot configuration file with the GitHub Actions and Mix
ecosystems set to run on a monthly schedule.

A future addition to this file will configure the Dev Containers
ecosystem when that's in place on the project.
  • Loading branch information
mcrumm authored Aug 6, 2024
2 parents a604d4e + 63e9a5a commit 5d8548a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "CargoSense/dx-reviewers"
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "CargoSense/elixir-reviewers"

0 comments on commit 5d8548a

Please sign in to comment.