Skip to content

Commit

Permalink
Merge pull request #143 from smlx/update-ci
Browse files Browse the repository at this point in the history
feat: update dependabot configuration
  • Loading branch information
smlx committed Mar 26, 2024
2 parents 25e01e2 + a55d833 commit 705167f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,33 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
github-actions:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: docker
directory: /
schedule:
interval: daily
interval: monthly
groups:
docker:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
interval: monthly
groups:
gomod:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 705167f

Please sign in to comment.