mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-27 17:40:59 -05:00
[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:
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@@ -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:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user