diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 4f0acf05..deb9db50 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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: @@ -37,3 +48,11 @@ updates: directory: / schedule: interval: weekly + groups: + python: + exclude-patterns: + - pydantic + - githubkit + update-types: + - patch + - minor