diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e15eed5b..aed5bb40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,19 +6,16 @@ updates: interval: monthly - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - - - package-ecosystem: github-actions - directory: "/.github/actions/install-meltingpot" - schedule: - interval: monthly - - - package-ecosystem: github-actions - directory: "/.github/actions/install-examples" + directories: + - "/" + - "/.github/actions/install-concordia" + - "/.github/actions/install-examples" schedule: interval: monthly + groups: + github-actions: + patterns: + - "*" - package-ecosystem: docker directory: /.devcontainer