Skip to content

Commit

Permalink
✨ introduce dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
burgholzer committed Jan 6, 2022
1 parent 488e5df commit a2f246b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
# Enable version updates for git submodules
- package-ecosystem: "gitsubmodule"
# Look for `.gitmodules` in the `root` directory
directory: "/"
# Check the submodules for updates every week
schedule:
interval: "weekly"
assignees:
- "burgholzer"
reviewers:
- "burgholzer"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# Look for `*.yml` files in the `.github/workflows` directory
directory: "/"
# Check for updates to GitHub Actions every week
schedule:
interval: "weekly"
assignees:
- "burgholzer"
reviewers:
- "burgholzer"

0 comments on commit a2f246b

Please sign in to comment.