Skip to content

Commit

Permalink
Add dependabot support for devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet committed Jul 16, 2024
1 parent 45ceaa4 commit 937a317
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ registries:
username: ${{ secrets.DOCKERHUB_LOGIN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
updates:
- package-ecosystem: devcontainers
directory: /
schedule:
interval: weekly
groups:
devcontainers:
patterns:
- "*"
update-types:
- patch
- minor
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit 937a317

Please sign in to comment.