-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from devops-infra/dependency/updates
Updated versions in action and docs.
- Loading branch information
Showing
4 changed files
with
24 additions
and
20 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 |
---|---|---|
@@ -1,27 +1,31 @@ | ||
version: 2 | ||
updates: | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
|
||
# Enable version updates for Docker | ||
- package-ecosystem: "docker" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
interval: daily | ||
assignees: | ||
- "ChristophShyper" | ||
- ChristophShyper | ||
labels: | ||
- automatic | ||
|
||
# Enable version updates for pip | ||
- package-ecosystem: "pip" | ||
# Enable version updates for Docker | ||
- package-ecosystem: docker | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
interval: daily | ||
assignees: | ||
- "ChristophShyper" | ||
- ChristophShyper | ||
labels: | ||
- automatic | ||
- automatic | ||
|
||
# # Enable version updates for pip | ||
# - package-ecosystem: pip | ||
# directory: "/" | ||
# schedule: | ||
# interval: daily | ||
# assignees: | ||
# - ChristophShyper | ||
# labels: | ||
# - automatic |
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
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
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