Skip to content

Commit

Permalink
Merge pull request #44 from gowizzard/development
Browse files Browse the repository at this point in the history
chore(fix): update configuration for dependabot
  • Loading branch information
gowizzard authored Jan 16, 2025
2 parents 1cea46d + b6a31e8 commit 69abfb9
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions .github/dependabot.yml
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)"

0 comments on commit 69abfb9

Please sign in to comment.