Skip to content

Commit

Permalink
chore(ci): configure dependabot (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Apr 8, 2024
1 parent a62ba27 commit c1d238a
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
version: 2
updates:
# Update pip dependencies
- package-ecosystem: "pip"
directory: "/"
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps): "
open-pull-requests-limit: 20
# Update Dockerfile
- package-ecosystem: "docker"
directory: "/"
prefix: "chore: "
groups:
baseimages:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
commit-message:
prefix: "feat: "
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "chore(ci): "
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: /
schedule:
interval: daily

0 comments on commit c1d238a

Please sign in to comment.