aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/dependabot.yml
blob: 4e0cfdb430edb9191624b2c7667d57c5f834e185 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Dependabot configuration for DropOut Minecraft Launcher
# Documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2

multi-ecosystem-groups:
  infrastructure:
    schedule:
      interval: "weekly"

updates:
  - package-ecosystem: "npm"
    directory: "/"
    patterns: ["*"]
    multi-ecosystem-group: "infrastructure"

  - package-ecosystem: "cargo"
    directory: "/src-tauri"
    patterns: ["*"]
    multi-ecosystem-group: "infrastructure"