-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(dependabot): extended and reviewed
- Loading branch information
1 parent
442f30a
commit 4d9227c
Showing
1 changed file
with
22 additions
and
4 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,9 +1,27 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
interval: "daily" | ||
commit-message: | ||
prefix: chore | ||
prefix: "fix(npm dep)" | ||
prefix-development: "chore(npm dev dep)" | ||
include: "scope" | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "chore(ci dep)" | ||
include: "scope" | ||
|
||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "fix(golang dep)" | ||
prefix-development: "chore(golang dev dep)" | ||
include: "scope" |