mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-07-31 10:07:31 -05:00
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.
46 lines
808 B
YAML
46 lines
808 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
assignees:
|
|
- "ricoberger"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "pub"
|
|
directory: "/app"
|
|
schedule:
|
|
interval: "monthly"
|
|
assignees:
|
|
- "ricoberger"
|
|
groups:
|
|
pub:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/supabase/functions/_cmd"
|
|
schedule:
|
|
interval: "monthly"
|
|
assignees:
|
|
- "ricoberger"
|
|
groups:
|
|
docker:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/landing"
|
|
schedule:
|
|
interval: "monthly"
|
|
assignees:
|
|
- "ricoberger"
|
|
groups:
|
|
npm:
|
|
patterns:
|
|
- "*"
|