Skip to content

Commit

Permalink
chore: group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aconic-sb committed Dec 9, 2024
1 parent 33450d9 commit a004dfb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- commit-message:
prefix: fix(actions)
directory: "/" # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: /
package-ecosystem: github-actions
schedule:
interval: monthly
groups:
actions-deps:
patterns:
- '*'
- commit-message:
prefix: fix(docker)
directory: /
package-ecosystem: docker
schedule:
interval: monthly
groups:
docker-deps:
patterns:
- '*'

0 comments on commit a004dfb

Please sign in to comment.