Skip to content

Commit 2a615bb

Browse files
committed
chore: Update dependabot config to consider custom setup action
1 parent 552f2b9 commit 2a615bb

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
@@ -13,7 +13,9 @@ updates:
1313
# Allow up to 10 open pull requests for maven dependencies
1414
open-pull-requests-limit: 10
1515
- package-ecosystem: "github-actions"
16-
directory: "/"
16+
directories:
17+
- /
18+
- /.github/actions/setup
1719
schedule:
1820
interval: "weekly"
1921
day: "wednesday"

0 commit comments

Comments
 (0)