diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0962f63f..ab6e64ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: interval: "daily" groups: # Group minor and patch updates together but keep major separate - npm-minor-patch-updates: + artifact-minor-patch: update-types: - "minor" - "patch" @@ -21,7 +21,7 @@ updates: interval: "daily" groups: # Group minor and patch updates together but keep major separate - npm-minor-patch-updates: + cache-minor-patch: update-types: - "minor" - "patch" \ No newline at end of file