Skip to content

Commit

Permalink
imp(dependabot): align with other repos
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Jul 29, 2024
1 parent 548a624 commit edffb97
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
version: 2
updates:
- package-ecosystem: docker
directory: /docker
pull-request-branch-name:
separator: "-"
schedule:
interval: monthly
commit-message:
prefix: "deps(docker): "

- package-ecosystem: github-actions
directory: "/"
pull-request-branch-name:
separator: "-"
schedule:
interval: weekly
commit-message:
Expand All @@ -13,15 +24,6 @@ updates:
gcp:
patterns:
- "google-github-actions*"
linting:
patterns:
- "super-linter*"
others:
patterns:
- "*"
- package-ecosystem: docker
directory: /docker
schedule:
interval: monthly
commit-message:
prefix: "deps(docker): "

0 comments on commit edffb97

Please sign in to comment.