-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(github): yml syntax and commit message for dependabot
Also fix commit message prefix. chore(github):(deps): bump ... --> chore(deps): bump ...
- Loading branch information
1 parent
9f6b4e5
commit 32f6dd1
Showing
1 changed file
with
12 additions
and
12 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,14 +1,14 @@ | ||
version: 2 | ||
|
||
# Maintain dependencies for GitHub Actions | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "tuesday" | ||
commit-message: | ||
prefix: "chore(github):" | ||
include: "scope" | ||
ignore: | ||
- dependency-name: "Manual test" | ||
# Maintain dependencies for GitHub Actions | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "tuesday" | ||
commit-message: | ||
prefix: "chore" | ||
include: "scope" | ||
ignore: | ||
- dependency-name: "Manual test" |