diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b5fa8f805..e1193f4fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,4 +15,23 @@ updates: - "@docusaurus/*" react-dependencies: patterns: - - "react*" \ No newline at end of file + - "react*" + other-npm-dependencies: + patterns: + - "*" + exclude-patterns: + - "@docusaurus/*" + - "react*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "cron" + cronjob: "0 0 3 * *" # Every 3rd of the month + groups: + action-deps: + patterns: + - "*" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-patch" \ No newline at end of file