diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd84f67..121f160 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,13 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + groups: + typescript: + patterns: + - "typescript" + - "@voxpelli/tsconfig" # Enable updates to github actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" -