Skip to content

Commit

Permalink
chore(ci): configure dependabot (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 4, 2024
1 parent c9cbf25 commit e10f10e
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,16 +1,18 @@

version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "fix: "
- package-ecosystem: "github-actions"
directory: "/"
prefix: "chore: "
groups:
baseimages:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: daily
commit-message:
prefix: "chore(ci): "
open-pull-requests-limit: 10

0 comments on commit e10f10e

Please sign in to comment.