Skip to content

Commit

Permalink
imp(dependabot): add docker and group GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jul 17, 2024
1 parent f298063 commit 2e62e2f
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
timezone: America/New_York
open-pull-requests-limit: 10
reviewers:
- conradoplg
assignees:
- conradoplg
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
commit-message:
prefix: "deps(actions) "
groups:
devops:
patterns:
- "*"
- package-ecosystem: docker
directory: /docker
schedule:
interval: monthly
commit-message:
prefix: "deps(docker) "

0 comments on commit 2e62e2f

Please sign in to comment.