diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59f3ecf..172eef4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,8 @@ updates: ignore: - dependency-name: "pybind11" groups: - submodules: - patterns: - - "RF24*" + RF24-submodules: + patterns: ["RF24*"] - package-ecosystem: "github-actions" # Workflow files stored in the # default location of `.github/workflows` @@ -22,6 +21,5 @@ updates: schedule: interval: "weekly" groups: - actions: - patterns: - - "*" + github-actions: + patterns: ["*"]