Skip to content

Commit

Permalink
imp(dependabot): group actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jul 14, 2024
1 parent 1f2a408 commit 944d9a0
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
commit-message:
prefix: "bump(deps): "

- package-ecosystem: docker
directory: /
schedule:
interval: monthly
commit-message:
prefix: "bump(docker) "
prefix: "deps(docker) "

- package-ecosystem: github-actions
directory: /.github/workflows
directory: /
schedule:
interval: monthly
commit-message:
prefix: "bump(actions) "
prefix: "deps(actions) "
groups:
devops:
patterns:
- "*"

0 comments on commit 944d9a0

Please sign in to comment.