-
Notifications
You must be signed in to change notification settings - Fork 0
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 #44 from gowizzard/development
chore(fix): update configuration for dependabot
- Loading branch information
Showing
1 changed file
with
16 additions
and
9 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,21 @@ | ||
# Here the various external packages are | ||
# automatically updated daily with the dependabot. | ||
# The dependabot.yml file is used to configure the dependabot. | ||
# The dependabot is a bot that automatically updates the dependencies of the project. | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: gomod | ||
directory: / | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
assignees: | ||
- gowizzard | ||
interval: "daily" | ||
reviewers: | ||
- "jjideenschmiede/devops" | ||
commit-message: | ||
prefix: ci(deps) | ||
prefix: "ci" | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
reviewers: | ||
- "jjideenschmiede/backend" | ||
commit-message: | ||
prefix: "ci(deps)" |