diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..52d2247 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,46 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/ui" + schedule: + interval: "weekly" + groups: + js: + patterns: + - "*" + update-types: + - "minor" + - "patch" + - package-ecosystem: "npm" + directory: "/e2e/electron" + schedule: + interval: "weekly" + groups: + js: + patterns: + - "*" + update-types: + - "minor" + - "patch" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + groups: + go: + patterns: + - "*" + update-types: + - "minor" + - "patch" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + groups: + docker: + patterns: + - "*" + update-types: + - "minor" + - "patch"