Skip to content

Commit

Permalink
Merge pull request #1513 from brian-team/dependabot
Browse files Browse the repository at this point in the history
Add dependabot configuration file
  • Loading branch information
mstimberg committed Mar 13, 2024
2 parents 3cc9f99 + 21418c2 commit 01dbaa8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,14 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for the dev container
- package-ecosystem: "devcontainer"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 01dbaa8

Please sign in to comment.