-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
- Loading branch information
1 parent
488e5df
commit a2f246b
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |