Skip to content

Commit

Permalink
Add dependabot config for docker & CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Jun 27, 2024
1 parent b0c1a74 commit b6de36e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,21 @@ updates:
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
groups:
docker-dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
ci-dependencies:
patterns:
- "*"

0 comments on commit b6de36e

Please sign in to comment.