diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 87a11ac..d518bef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,33 @@ updates: update-types: - minor - patch + + - package-ecosystem: "npm" + directory: "/website" + schedule: + interval: "weekly" + groups: + npm-minor: + update-types: + - minor + - patch + + - package-ecosystem: "npm" + directory: "/dapp" + schedule: + interval: "weekly" + groups: + npm-minor: + update-types: + - minor + - patch + + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + groups: + cargo-minor: + update-types: + - minor + - patch