[core] Adjust Dependabot Configuration

Adjust the Dependabot configuration to not update the
`/supabase/email-templates` folder anymore. This is done, because
Dependabot couldn't handle the `package.json` and `package-lock.json`
file very well and always wants to delete some required stuff.

Since the folder only contains our email templates it is also not
critical if the dependencies are not up to date.
This commit is contained in:
ricoberger
2024-03-02 00:45:39 +01:00
parent 24f4648274
commit aed602c55e

View File

@@ -40,17 +40,6 @@ updates:
assignees:
- "ricoberger"
groups:
npm-landing:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/supabase/email-templates"
schedule:
interval: "monthly"
assignees:
- "ricoberger"
groups:
npm-email-templates:
npm:
patterns:
- "*"