diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 40f762f675..804e6f0d4e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,25 +7,32 @@ updates: - package-ecosystem: 'github-actions' directory: '/' multi-ecosystem-group: 'all' + patterns: ['*'] - package-ecosystem: 'devcontainers' directory: '/' multi-ecosystem-group: 'all' + patterns: ['*'] # Node.js dependencies - package-ecosystem: 'npm' directory: '/nodejs' multi-ecosystem-group: 'all' + patterns: ['*'] - package-ecosystem: 'npm' directory: '/test/harness' multi-ecosystem-group: 'all' + patterns: ['*'] # Python dependencies - package-ecosystem: 'pip' directory: '/python' multi-ecosystem-group: 'all' + patterns: ['*'] # Go dependencies - package-ecosystem: 'gomod' directory: '/go' multi-ecosystem-group: 'all' + patterns: ['*'] # .NET dependencies - package-ecosystem: 'nuget' directory: '/dotnet' multi-ecosystem-group: 'all' + patterns: ['*']