Skip to content

Commit

Permalink
Update and review of dependabot config (#643)
Browse files Browse the repository at this point in the history
* re-configure dependabot groups for pip
* Add support for devcontainers
  • Loading branch information
tcarmet authored Jul 16, 2024
1 parent 4fb4692 commit db4e8c6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 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 Expand Up @@ -37,3 +48,11 @@ updates:
directory: /
schedule:
interval: weekly
groups:
python:
exclude-patterns:
- pydantic
- githubkit
update-types:
- patch
- minor

0 comments on commit db4e8c6

Please sign in to comment.