diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9974fda83..729a6ef7d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,48 +1,51 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + gh-actions: + update-types: + - "minor" + - "patch" + - "major" - package-ecosystem: npm directory: '/' schedule: - interval: weekly + interval: monthly time: '10:00' open-pull-requests-limit: 10 groups: - dependencies: - dependency-type: "production" - update-types: - - "minor" - - "patch" - dev-dependencies: - dependency-type: "development" - update-types: - - "minor" - - "patch" mui: patterns: - "@mui/*" - update-types: - - "major" + exclude-patterns: + - "@mui/x-*" nx: patterns: - "nx" - "@nx/*" - update-types: - - "major" storybook: patterns: - "@storybook/*" - update-types: - - "major" + - "*storybook*" versioning: patterns: - "@commitlint/*" - "@jscutlery/semver" - "conventional-changelog-*" - update-types: - - "major" jest: patterns: - "jest" - "*jest*" + dependencies: + dependency-type: "production" update-types: - - "major" + - "minor" + - "patch" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch"