Files
feeddeck/.github/dependabot.yml
T
ricoberger aed602c55e [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.
2024-03-02 00:45:39 +01:00

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:
- "*"