Skip to content

Commit

Permalink
chore(dependabot): track docker dependencies (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR authored Jul 29, 2024
1 parent b946ed2 commit cb015de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,16 @@ updates:
patch:
update-types:
- "patch"
# Maintain dependencies for docker
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"

0 comments on commit cb015de

Please sign in to comment.