Skip to content

Commit 702a504

Browse files
Copilotmarkhallen
andauthored
Add dependabot group for rubocop* bundler updates (#24)
* Initial plan * Add dependabot group for rubocop* bundler updates Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com> * Fix dependabot config error: change dependency-type from "direct" to "development" Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: markhallen <420873+markhallen@users.noreply.github.com>
1 parent 47cb0eb commit 702a504

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ updates:
1717
- "ruby"
1818
# Group patch updates together
1919
groups:
20+
rubocop:
21+
patterns:
22+
- "rubocop*"
23+
dependency-type: "development"
2024
patch-updates:
2125
patterns:
2226
- "*"

0 commit comments

Comments
 (0)