Skip to content

Commit 75cc5d2

Browse files
authored
action* with rails as well (#133)
1 parent 4f6900e commit 75cc5d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ updates:
2727
patterns:
2828
- "*"
2929
exclude-patterns:
30-
- "active*"
3130
- "rails"
31+
- "active*"
32+
- "action*"
3233
rails:
3334
patterns:
3435
- "rails"
3536
- "active*"
37+
- "action*"
3638

0 commit comments

Comments
 (0)