diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d00b3b4..24cea5ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,18 @@ version: 2 updates: # Maintain dependencies for actions - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "weekly" + interval: 'weekly' # Maintain dependencies for web docs/npm - - package-ecosystem: "npm" - directory: "/web" + - package-ecosystem: 'npm' + directory: '/web' schedule: - interval: "weekly" + interval: 'weekly' + groups: + web-deps: + patterns: + # Group all the web deps together to keep the PR spam down + - '*'